SPathAttributes
Structure representing file or directory attributes.
Methods
Method GetPath:TPath()
Return a TPath object representing the path of the file/directory.
Method GetSize:ULong()
Returns the size of the file/directory in bytes.
Method GetCreationTime:Int()
Returns the creation time of the file/directory in seconds since the epoch (January 1, 1970).
Method GetModifiedTime:Int()
Returns the modified time of the file/directory in seconds since the epoch (January 1, 1970).
Method GetDepth:Short()
Returns the depth of the file/directory in the filesystem hierarchy.
Method GetName:String()
Returns the name of the file/directory.
Method IsRegularFile:Int()
Returns True if the path represents a regular file.
Method IsDirectory:Int()
Returns True if the path represents a directory.
Method IsSymbolicLink:Int()
Returns True if the path represents a symbolic link.
