roamingPath - multiple declarations

Function roamingPath

Path to Roaming data directory. Windows only.

deprecated string roamingPath (
  FolderFlag params = cast(FolderFlag)0
) nothrow @safe;

Returns

User's Roaming directory. On fail returns an empty string.

See Also

writablePath, FolderFlag

Function roamingPath

Path to Roaming data directory. Windows only.

deprecated string roamingPath (
  FolderFlag params = cast(FolderFlag)0
) nothrow @safe;

Returns

User's Roaming directory. On fail returns an empty string.

See Also

writablePath, FolderFlag