Enum EntryState
Represents the state of an entry in the file system.
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public enum EntryState
Fields
Name | Description |
---|---|
Exists | The entry exists. |
ParentDoesNotExist | Neither the entry nor its parent directory exist. |
ParentExists | The entry does not exist, but its parent directory exists. |
WrongType | The entry exists, but it is not of the expected type (e.g., a file where a directory is expected, or vice versa). |