xdgRuntimeDir

Path to runtime user directory.

  1. string xdgRuntimeDir()
    version(D_Ddoc)
    @trusted nothrow
    string
    xdgRuntimeDir
    ()
  2. string xdgRuntimeDir()

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.

Meta