Enum EntryTypes
Specifies what kinds of entries should be returned when enumerating paths in in a virtual filesystem.
Namespace: SociallyDistant.Core.OS.FileSystems
Assembly: SociallyDistant.Framework.dll
Syntax
[Flags]
public enum EntryTypes : byte
Fields
| Name | Description |
|---|---|
| All | Show files and folders, including hidden paths. |
| Directory | Show folders. |
| File | Show files. |
| FileAndDirectory | Show files and folders. |
| Hidden | Include hidden paths (paths whose filename starts with a period/full-stop) |
| None | Show nothing. Default value. |