Enum FolderOption
Specifies enumerated constants used to retrieve directory paths together with a file name.
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public enum FolderOption
Fields
Name | Description |
---|---|
Absolute | The file name specifies the full path. |
Assembly | The file name is relative to the assembly. |
EnvironmentSpecial | A system special folder is used together with the file name. |