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()
    version(StandardPathsDocs)
    nothrow @safe
    string
    savedGames
    ()
  2. string savedGames()

Return Value

Type: string

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

Meta