IROMFileSystem.FileType ​
The type of file or directory.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
FileType
Directory
A directory.
FileType
File
A file.
Enums
IROMFileSystem.FileType
[Directory = 0, File = 1]The type of file or directory.
