Managed by: Maximus
Volumes
1.08
Added support for FOLDERID paths for Win32. Automatically maps CSIDL to FOLDERID.
1.07
Added support for all native CSIDL paths on Win32 using GetCustomDir.
Added support for 'k' paths on Mac using GetCustomDir.
Updated documentation.
1.06
Improved unicode support.
Added custom dir access for Pictures, Movies and Music.
Added Win32 volume search code. (Artemis)
Fixed Linux folder localisation (xdg-user-dirs).
1.05
Added GetCustomDir function.
1.04
Updated Win32 to use SHGetFolderPathW instead of SHGetFolderPathA
1.03
Added new functions : GetUserHomeDir, GetUserDesktopDir, GetUserAppDir, GetUserDocumentsDir.
1.02
Added Mac support.
1.01
Fixed win32 type returning the wrong string.
1.00 Initial Release