tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
getSpecialPath
tango
sys
win32
SpecialPath
Get a special path (on Windows).
char
[]
getSpecialPath
(
int
csidl
)
Parameters
csidl
int
Enum of path to get
Return Value
Type:
char
[]
A string containing the path
Meta
Source
See Implementation
tango
sys
win32
SpecialPath
enums
CSIDL_DESKTOP
functions
SHGetSpecialFolderPathA
SHGetSpecialFolderPathW
getSpecialPath
Get a special path (on Windows).