MPD  0.20.18
Functions
StandardDirectory.hxx File Reference
#include "check.h"
#include "AllocatedPath.hxx"
Include dependency graph for StandardDirectory.hxx:

Go to the source code of this file.

Functions

AllocatedPath GetUserConfigDir () noexcept
 Obtains configuration directory for the current user. More...
 
AllocatedPath GetUserMusicDir () noexcept
 Obtains music directory for the current user. More...
 
gcc_pure AllocatedPath GetUserCacheDir () noexcept
 Obtains cache directory for the current user. More...
 
AllocatedPath GetHomeDir () noexcept
 Obtains home directory for the current user. More...
 
AllocatedPath GetHomeDir (const char *user_name) noexcept
 Obtains home directory for the specified user. More...
 

Function Documentation

AllocatedPath GetHomeDir ( )
noexcept

Obtains home directory for the current user.

AllocatedPath GetHomeDir ( const char *  user_name)
noexcept

Obtains home directory for the specified user.

gcc_pure AllocatedPath GetUserCacheDir ( )
noexcept

Obtains cache directory for the current user.

AllocatedPath GetUserConfigDir ( )
noexcept

Obtains configuration directory for the current user.

AllocatedPath GetUserMusicDir ( )
noexcept

Obtains music directory for the current user.