EtoEnvironmentIHandlerGetFolderPath Method |
Gets the folder path for the specified special folder
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax string GetFolderPath(
EtoSpecialFolder folder
)
Function GetFolderPath (
folder As EtoSpecialFolder
) As String
abstract 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