EtoSpecialFolder Enumeration |
Enumeration of the special folders that can be retrieved
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public enum EtoSpecialFolder
Public Enumeration EtoSpecialFolder
Members
| Member name | Value | Description |
---|
| ApplicationSettings | 0 |
Application settings folder to store settings or data
|
| ApplicationResources | 1 |
The application resources.path
|
| Documents | 2 |
The user's documents folder
|
| EntryExecutable | 3 |
Gets the path of the entry executable (.exe or native executable)
|
See Also