Class containing the system information on a file path.
![]() | FileTypes All types that a particular file path may be. |
![]() | Permissions File access permissions for the file. |
![]() | type File type for this file. Only one bit is set at a time here. |
![]() | created Time of file creation of the file. |
![]() | modified Time of last modifiaction of the file. |
![]() | accessed Time of last access to the file. |
![]() | size Size of the file in bytes. |
![]() | permissions A bit mask of all the file acces permissions. |
![]() | hidden File is a hidden file. |
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
Class containing the system information on a file path. Information can be obtained on any directory entry event if it is not a "file" in the strictest sense. Sub-directories, devices etc may also have information retrieved.
SymbolicLink
SubDirectory
CharDevice
BlockDevice
Fifo
SocketDevice
Not all platforms support all permissions.
PTime created
PTime modified
PTime accessed
PUInt64 size
enum Permissions
WorldExecute
WorldWrite
WorldRead
GroupExecute
GroupWrite
GroupRead
UserExecute
UserWrite
UserRead
AllPermissions
DefaultPerms
DefaultDirPerms
int permissions
BOOL hidden
Alphabetic index HTML hierarchy of classes or Java