- getCacheDir
alias getCacheDir = getLocalAppProfile
Undocumented in source.
- getCacheDir
alias getCacheDir = _getXdgAppDir!_xdgCache
Undocumented in source.
- getConfigDir
alias getConfigDir = getRoamingAppProfile
Undocumented in source.
- getConfigDir
alias getConfigDir = _getXdgAppDir!_xdgConfig
Undocumented in source.
- getConfigDirs
alias getConfigDirs = _bindArgs!(_getAppDir, CSIDL_LOCAL_APPDATA)
Undocumented in source.
- getConfigDirs
alias getConfigDirs = _getXdgAppDirs!_xdgConfig
Undocumented in source.
- getDataDir
alias getDataDir = getRoamingAppProfile
Undocumented in source.
- getDataDir
alias getDataDir = _getXdgAppDir!_xdgData
Undocumented in source.
- getDataDirs
alias getDataDirs = _bindArgs!(_getAppDir, CSIDL_LOCAL_APPDATA)
Undocumented in source.
- getDataDirs
alias getDataDirs = _getXdgAppDirs!_xdgData
Undocumented in source.
- getLocalAppProfile
alias getLocalAppProfile = _bindArgs!(_getAppDir, CSIDL_LOCAL_APPDATA)
Undocumented in source.
- getRoamingAppProfile
alias getRoamingAppProfile = _bindArgs!(_getAppDir, CSIDL_APPDATA)
Undocumented in source.
OS-specific paths.
getConfigDir - roaming, for configuration getDataDir - roaming, for user data getCacheDir - local