How to be changed the path to save folder in FIFA10 (PC)

fifa-10

I am running out of space on C: drive and most of the space is taken from FIFA 10 save folder located in my documents? How can I change the path to the folder so I can move it to drive D:, because if I just moved it the game didn't find it and asks to create a new profile?

Thank you!

Best Answer

You can use a symbolic link if you don't want to move all of your documents:

  • Move the save folder to where you want it to be.

  • Open a terminal window with admin privileges.

  • Use the following command:

    mklink /D "C:\Users\ACCOUNT\Documents\Path\To\Saves" "D:\Path\to\new\folder"

Once this is done the game should save its files to the new location without even knowing about its existence. Just make sure the target is valid (e.g. in case it would be a removable drive).

To revert the whole thing just remove the symbolic link (which will look like a shortcut) and move the folder back to its original position.