Click or drag to resize

IDirectory Interface

[This is preliminary documentation and is subject to change.]

Defines common properties for file system Directory objects

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface IDirectory

The IDirectory type exposes the following members.

Properties
  NameDescription
Public propertyCreation
Date/time the directory was created
Public propertyDirectoryPath
Full path to the directory including device
Public propertyModified
Date/time the directory was last modified
Top
See Also