tango ~master (2021-12-14T19:14:08.8989381)
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).