MPD
0.20.6
|
Go to the source code of this file.
Functions | |
AllocatedPath | GetUserConfigDir () |
Obtains configuration directory for the current user. More... | |
AllocatedPath | GetUserMusicDir () |
Obtains music directory for the current user. More... | |
gcc_pure AllocatedPath | GetUserCacheDir () |
Obtains cache directory for the current user. More... | |
AllocatedPath | GetHomeDir () |
Obtains home directory for the current user. More... | |
AllocatedPath | GetHomeDir (const char *user_name) |
Obtains home directory for the specified user. More... | |
AllocatedPath GetHomeDir | ( | ) |
Obtains home directory for the current user.
AllocatedPath GetHomeDir | ( | const char * | user_name | ) |
Obtains home directory for the specified user.
gcc_pure AllocatedPath GetUserCacheDir | ( | ) |
Obtains cache directory for the current user.
AllocatedPath GetUserConfigDir | ( | ) |
Obtains configuration directory for the current user.
AllocatedPath GetUserMusicDir | ( | ) |
Obtains music directory for the current user.