Click or drag to resize
FileIdBothDirectoryInfo Properties

The FileIdBothDirectoryInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllocationSize
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.
Public propertyChangeTime
The time that the file was last changed.
Public propertyCreationTime
The time that the file was created.
Public propertyEndOfFile
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.
Public propertyExtendedAttributesSize
The size of the extended attributes for the file.
Public propertyFileAttributes
The file attributes.
Public propertyFileId
The file ID.
Public propertyFileIndex
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.
Public propertyFileName
The name of the file.
Public propertyLastAccessTime
The time that the file was last accessed.
Public propertyLastWriteTime
The time that the file was last written to.
Public propertyShortName
The short 8.3 file naming convention (for example, FILENAME.TXT) name of the file.
Top
See Also