SFileAttributes
File attributes
Fields
Field size:ULong
The size, in bytes, of the file.
Methods
Method GetName:String()
Returns the name of the file/directory.
Method IsRegularFile:Int()
Checks if the file is a regular file.
Returns
True if the file is a regular file
Method IsDirectory:Int()
Checks if the file is a directory.
Returns
True if the file is a directory
Method IsSymbolicLink:Int()
Checks if the file is a symbolic link.
Returns
True if the file is a symbolic link
Method GetSize:ULong()
Gets the size of the file in bytes.
Returns
The size of the file in bytes
Method GetDepth:Int()
Gets the depth of the file in the tree.
Returns
The depth of the file in the tree
Method GetCreationTime:Int()
Gets the creation time of the file, in seconds since epoch.
Returns
The creation time of the file
Method GetModifiedTime:Int()
Gets the modified time of the file, in seconds since epoch.
Returns
The modified time of the file
