Name
|
Description
|
Attributes
|
Exists
|
Returns 1 if the specified file/directory exists on the host computer.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: Variable
Access: Read-Only
|
Filename
|
The name of the file or folder.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: String
Access: Read/Write
|
FileSize
|
Returns the size of the file in bytes. If the specific path is a directory or the file does not exist, then a value of -1 will be returned.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: Variable
Access: Read-Only
|
isDirectory
|
Returns 1 if the specified path is a directory, rather than a file.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: Variable
Access: Read-Only
|
isReadOnly
|
Returns 1 if the specified path is read-only.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: Variable
Access: Read-Only
|
isXML
|
Returns 1 if the specified path appears to be an XML file. This determination is made by checking to see if the first six characters are "<?xml ".
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: Variable
Access: Read-Only
|
TimeCreated
|
Time of creation of file.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: TimeSpan
Access: Read-Only
Units: day
|
TimeLastModified
|
Time of last modification of file.
This property has been Deprecated. Please use the static methods on FileSystem instead.
|
Type: TimeSpan
Access: Read-Only
Units: day
|