Class PhoenixDirectoryInfo
Contains the data for a directory.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.DeviceStorage
Assembly: Phoenix.Abstractions.DeviceStorage.dll
Syntax
public class PhoenixDirectoryInfo : PhoenixFileSystemInfoBase
Constructors
View SourcePhoenixDirectoryInfo(PhoenixPath)
Initializes a new instance of the PhoenixDirectoryInfo class.
Declaration
public PhoenixDirectoryInfo(PhoenixPath path)
Parameters
Type | Name | Description |
---|---|---|
PhoenixPath | path | A string specifying the path on which to create the DirectoryInfo. |
Remarks
This constructor does not verify if the path exists or is valid.