Click or drag to resize
FileSystemInfo Properties

The FileSystemInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets or sets the attributes for the current file or directory.
Public propertyCreationTime
Gets or sets the creation time of the current file or directory.
Public propertyCreationTimeUtc
Gets or sets the creation time, in coordinated universal time (UTC), of the current file or directory.
Protected propertyDisplayPath
Returns the path as a string.
Public propertyEntryInfo
[AlphaFS] Gets the instance of the FileSystemEntryInfo class.
Public propertyExists
Gets a value indicating whether the file or directory exists.
Public propertyExtension
Gets the string representing the extension part of the file.
Public propertyFullName
Gets the full path of the directory or file.
Protected propertyIsDirectory
[AlphaFS] The initial "IsDirectory" indicator that was passed to the constructor.
Public propertyLastAccessTime
Gets or sets the time the current file or directory was last accessed.
Public propertyLastAccessTimeUtc
Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
Public propertyLastWriteTime
Gets or sets the time when the current file or directory was last written to.
Public propertyLastWriteTimeUtc
Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Protected propertyLongFullName
The full path of the file system object in Unicode (LongPath) format.
Public propertyName
For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists.

Otherwise, the Name property gets the name of the directory.

Public propertyTransaction
[AlphaFS] Represents the KernelTransaction that was passed to the constructor.
Top
See Also