xdgCacheHome

The base directory relative to which user-specific non-essential files should be stored.

  1. string xdgCacheHome(string subfolder)
    version(XdgPathsDocs)
    @trusted nothrow
    string
    xdgCacheHome
    (
    string subfolder = null
    )
  2. string xdgCacheHome(string subfolder)

Return Value

Type: string

Path to user-specific cache directory or empty string if could not be evaluated. Note: This function does not check if returned path actually exists and appears to be directory.

Meta