Creating a save.xml file and a folder to stash it in

I have a test application that creates a save file which collects all the user info. Now, when I run the application as an executable it doesn’t create its own save file where the executable is located. It still uses the same save.xml file located within unity’s Asset folder. Is there a way for me to create a folder, call it “My Saves” and then create the save.xml save data there? Thank you in advanced!

How do you set the path of your save file?
Seems like your target platform is Windows/Mac Standalone, then you can use Application.dataPath to locate your excutable file path, and set your path base on that