savedGames

Location where games may store their saves. Windows only. Note: This is common path for games. One should use subfolder for their game saves.

  1. string savedGames(FolderFlag params)
    version(D_Ddoc)
    deprecated nothrow @safe
    string
    savedGames
  2. string savedGames(FolderFlag params)

Return Value

Type: string

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

See Also

Meta