Click or drag to resize
DirectoryInfo Properties

The DirectoryInfo type exposes the following members.

Properties
  NameDescription
Public propertyCreationTime
Creation time.
Public propertyExists
Whether directory exists.
Public propertyFullName
Full name of directory (whole path).
Public propertyLastWriteTime
Last write time to directory.
Public propertyName
Name of directory (without path).
Public propertyParent
Parent directory.
Top
See Also