Class PhoenixFileInfo
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 PhoenixFileInfo : PhoenixFileSystemInfoBase
Constructors
View SourcePhoenixFileInfo(PhoenixPath)
Initializes a new instance of the PhoenixFileInfo class.
Declaration
public PhoenixFileInfo(PhoenixPath path)
Parameters
Type | Name | Description |
---|---|---|
PhoenixPath | path | A string specifying the path on which to create the FileInfo. |
Remarks
This constructor does not verify if the path exists or is valid.
Properties
View SourceExtension
Gets or sets the extension of the file.
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |