savedGames

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

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

Return Value

Type: string

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

Meta