savedGames - multiple declarations

Function savedGames

Location where games may store their saves. Windows only.

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

Note

This is common path for games. One should use subfolder for their game saves.

Returns

User's Saved Games directory. On fail returns an empty string.

See Also

writablePath, FolderFlag

Function savedGames

Location where games may store their saves. Windows only.

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

Note

This is common path for games. One should use subfolder for their game saves.

Returns

User's Saved Games directory. On fail returns an empty string.

See Also

writablePath, FolderFlag