Show / Hide Table of Contents

Class PhoenixFileInfo

Contains the data for a directory.

Inheritance
System.Object
PhoenixFileSystemInfoBase
PhoenixFileInfo
Inherited Members
PhoenixFileSystemInfoBase.PhoenixPath
PhoenixFileSystemInfoBase.Attributes
PhoenixFileSystemInfoBase.CreationTime
PhoenixFileSystemInfoBase.FullName
PhoenixFileSystemInfoBase.DirectoryName
PhoenixFileSystemInfoBase.Name
PhoenixFileSystemInfoBase.LastAccessTime
PhoenixFileSystemInfoBase.LastWriteTime
PhoenixFileSystemInfoBase.Length
PhoenixFileSystemInfoBase.FileSystemType
PhoenixFileSystemInfoBase.ReadOnly
PhoenixFileSystemInfoBase.Available
PhoenixFileSystemInfoBase.Metadata
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 Source

PhoenixFileInfo(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 Source

Extension

Gets or sets the extension of the file.

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX