public enum QuickIOFileSystemEntryType : Enum
Represents type of path or handle
Directory
Represents a directory (FileAttributescontains directory flag)
public const QuickIOFileSystemEntryType Directory
Constant Value
File
Represents a file (FileAttributes does not contain directory flag)
public const QuickIOFileSystemEntryType File
Constant Value
QuickIOFileSystemEntryType()
Represents type of path or handle
public void QuickIOFileSystemEntryType()