Please reconsider the save game location
Kahenraz
Member Posts: 70
Although perhaps a design decision, Baldur's Gate: EE's behavior of placing saved games in the user's Documents folder is in error and violates application guidelines put forth by Microsoft years ago. The Documents folder is NOT an appropriate location to place this kind of application data; there is a folder for this purpose appropriately named "Saved Games" in the user's profile directory.
Please review the "Windows File System Namespace Usage Guidelines" for additional information on locating appropriate namespaces:
http://www.microsoft.com/downloads/details.aspx?FamilyID=88ad7e7c-4068-48b8-9503-e160a6693bba&DisplayLang=en
http://blogs.msdn.com/oldnewthing/archive/2006/12/28/1374334.aspx
Please review the "Windows File System Namespace Usage Guidelines" for additional information on locating appropriate namespaces:
http://www.microsoft.com/downloads/details.aspx?FamilyID=88ad7e7c-4068-48b8-9503-e160a6693bba&DisplayLang=en
Stop the madness: Subdirectories of My DocumentsRaymond Chen said:When possible, applications should use an existing folder that Windows Vista has already defined in the
User Profile namespace that matches the file types that the application supports. For example:
For document files, like .docx, .pps, .xls, and .txt files, you should use the Documents folder.
..
http://blogs.msdn.com/oldnewthing/archive/2006/12/28/1374334.aspx
Microsoft said:Everything in the My Documents folder the user should be able to point to and say, "I remember creating that file on such-and-such date when I did a 'Save' from Program Q." If it doesn't pass that test, then don't put it into My Documents. Use Application Data.
1
Comments
(It's also worth noting that the msdn source quoted is a blog, not an official resource.)