Destination | A string expression that returns the destination of a link file. Unix only. |
Directory | A string expression that returns the directory containing the file. Unix only. |
GroupName | A string expression that returns the group name of the file. Unix only. |
Links | A long expression that returns the number of links associated with the file. Unix only. |
Name | A string expression that returns the name of the file. |
Owner | A string expression that returns the owner of the file. Unix only. |
Permissions | A long expression that returns the permissions for the file. Unix only. |
Size | A long expression that returns the size of the file in bytes. |
SizeHigh | High value size of the file in bytes. Used only when the size is greater than or equal to 2^31 (2147483648). |
Text | A string expression that returns the file entry in its unformatted state. |
TimeStamp | A string expression that returns the date and time the file was last modified. |
Type | A one character string that returns the type of file. (Ex. D is a directory) |