runtimeDir

Path to runtime user directory on freedesktop platforms.

version(StandardPathsDocs)
deprecated nothrow @trusted
string
runtimeDir
()

Return Value

Type: string

User's runtime directory determined by XDG_RUNTIME_DIR environment variable. If directory does not exist it tries to create one with appropriate permissions. On fail returns an empty string. Note: Deprecated, use xdgRuntimeDir instead.

Meta