FileIdBothDirectoryInfo Class |
Namespace: Alphaleonis.Win32.Filesystem
The FileIdBothDirectoryInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AllocationSize | The number of bytes that are allocated for the file. This value is usually a multiple of the sector or cluster size of the underlying physical device. | |
ChangeTime | The time that the file was last changed. | |
CreationTime | The time that the file was created. | |
EndOfFile | The absolute new end-of-file position as a byte offset from the start of the file to the end of the file.
Because this value is zero-based, it actually refers to the first free byte in the file. In other words, EndOfFile is the offset to
the byte that immediately follows the last valid byte in the file.
| |
ExtendedAttributesSize | The size of the extended attributes for the file. | |
FileAttributes | The file attributes. | |
FileId | The file ID. | |
FileIndex | The byte offset of the file within the parent directory. This member is undefined for file systems, such as NTFS,
in which the position of a file within the parent directory is not fixed and can be changed at any time to maintain sort order.
| |
FileName | The name of the file. | |
LastAccessTime | The time that the file was last accessed. | |
LastWriteTime | The time that the file was last written to. | |
ShortName | The short 8.3 file naming convention (for example, FILENAME.TXT) name of the file. |