FileIdBothDirectoryInfo Properties |
The FileIdBothDirectoryInfo type exposes the following members.
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. |