We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae0a0c commit db8e349Copy full SHA for db8e349
mgs2 v's fix/Ocelot.cs
@@ -1813,6 +1813,8 @@ public static void MoveSavegamesToNewLocation()
1813
string oldSavedataPath = Directory.GetParent(Application.StartupPath).FullName + "\\savedata";
1814
string newSavedataPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\My Games\\METAL GEAR SOLID 2 SUBSTANCE";
1815
1816
+ Directory.CreateDirectory(newSavedataPath);
1817
+
1818
Directory.Move(oldSavedataPath, newSavedataPath);
1819
1820
// Create a file to remember the user to check to new location
0 commit comments