How do you programatically find Vista's “Saved Games” folder?
问题 I am using XNA and I want to save files to Vista's "Saved Games" folder. I can get similar special folders like My Documents with Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) but I cannot find an equivalent for the Saved Games folder. How do I get to this folder? 回答1: http://msdn.microsoft.com/en-us/library/bb200105.aspx#ID2EWD Looks like you'll need to use Microsoft.Xna.Framework.Storage and the StorageLocation class to do what you need to. Currently, the title location