tango.sys.win32.SpecialPath

Members

Enums

CSIDL_DESKTOP
anonymousenum CSIDL_DESKTOP
Undocumented in source.

Functions

SHGetSpecialFolderPathA
int SHGetSpecialFolderPathA(HWND , LPCSTR , int , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SHGetSpecialFolderPathW
int SHGetSpecialFolderPathW(HWND , LPCWSTR , int , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
getSpecialPath
char[] getSpecialPath(int csidl)

Get a special path (on Windows).

Meta

License

BSD style: $(LICENSE)

Version

Initial release: July 2007

Authors

Cyborg16, Sean Kelly