Click or drag to resize

FileIdBothDirectoryInfo Class

Contains information about files in the specified directory. Used for directory handles.
Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.FilesystemFileIdBothDirectoryInfo

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
[SerializableAttribute]
public sealed class FileIdBothDirectoryInfo

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
Gets the time this entry was changed.
Public propertyChangeTimeUtc
Gets the time, in coordinated universal time (UTC), this entry was changed.
Public propertyCreationTime
Gets the time this entry was created.
Public propertyCreationTimeUtc
Gets the time, in coordinated universal time (UTC), this entry 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
Gets the time this entry was last accessed.
Public propertyLastAccessTimeUtc
Gets the time, in coordinated universal time (UTC), this entry was last accessed.
Public propertyLastWriteTime
Gets the time this entry was last modified.
Public propertyLastWriteTimeUtc
Gets the time, in coordinated universal time (UTC), this entry was last modified.
Public propertyShortName
The short 8.3 file naming convention (for example, FILENAME.TXT) name of the file.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also