- 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.
- toLower
alias toLower = std.ascii.toLower
Undocumented in source.
OS-specific paths.
getConfigDir - roaming, for configuration getDataDir - roaming, for user data getCacheDir - local