I have 2 files in one directory.....my program (.exe) and save file (.sav)....I want to add that save file to my program so it will be in my program (I will have only one file (.exe))....but then when program is loaded on another computer, I want my program to recreate the .sav file so it will make exactly same .sav file. So I will have .exe and .sav back like it was (2 files)....Basically all I need is to add the data from .sav file into my program and upon the load on another computer, my program will create new .sav file and "extract" the data back into it.

Thank You.