roamingPath

Path to Roaming data directory.

  1. string roamingPath(bool shouldCreate)
    version(StandardPathsDocs)
    nothrow @safe
    string
    roamingPath
    (
    bool shouldCreate = false
    )
  2. string roamingPath(FolderFlag params)

Return Value

Type: string

User's Roaming directory. On fail returns an empty string. Note: This function is Windows only.

Meta