EtoEnvironmentGetFolderPath Method |
Gets the folder path for the specified special folder
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static string GetFolderPath(
EtoSpecialFolder folder
)
Public Shared Function GetFolderPath (
folder As EtoSpecialFolder
) As String
static member GetFolderPath :
folder : EtoSpecialFolder -> string
Parameters
- folder
- Type: EtoEtoSpecialFolder
Special folder to retrieve the path for
Return Value
Type:
StringPath of the specified folder
See Also