Attributes (get) |
Returns the attributes for the file (ReadOnly, Hidden, ...)
|
Attributes (let) |
Sets the attributes for the file (ReadOnly, Hidden, ...)
|
CreationTime (get) |
Returns the creation time as a CorDateTime object.
|
CreationTime (let) |
Sets the creation time of the file.
|
CreationTime (set) |
Sets the creation time of the file.
|
CreationTimeUtc (get) |
Returns the creation time as a UTC time.
|
CreationTimeUtc (let) |
Sets the creation time of the file in UTC time.
|
CreationTimeUtc (set) |
Sets the creation time of the file in UTC time.
|
Directory (get) |
Returns a DirectoryInfo object of the directory portion of the file.
|
DirectoryName (get) |
Returns the directory portion of the filename.
|
Exists (get) |
Indicates if the file exists on disk.
|
Extension (get) |
Returns the extension portion of the filename.
|
FullName (get) |
Returns a full path to the file, including the filename.
|
LastAccessTime (get) |
Returns the last time the file was accessed.
|
LastAccessTime (let) |
Sets the time the file was last accessed.
|
LastAccessTime (set) |
Sets the time the file was last accessed.
|
LastAccessTimeUtc (get) |
Returns the time the file was last accessed in UTC time.
|
LastAccessTimeUtc (let) |
Sets the time the file was last accessed in UTC time.
|
LastAccessTimeUtc (set) |
Sets the time the file was last accessed in UTC time.
|
LastWriteTime (get) |
Returns the last time the file was written to.
|
LastWriteTime (let) |
Sets the last time the file was written to.
|
LastWriteTime (set) |
Sets the last time the file was written to.
|
LastWriteTimeUtc (get) |
Returns the last time the file was accessed in UTC time.
|
LastWriteTimeUtc (let) |
Sets the last the time file was written to in UTC time.
|
LastWriteTimeUtc (set) |
Sets the last time the file was written to in UTC time.
|
Length (get) |
Returns the size of the file in bytes.
|
Name (get) |
Returns the filename portion of the path.
|