WafflesFTW
August 25th, 2008, 01:00 PM
Ok,
lets say there is a client program X.exe that uses the files y.dat and z.dat as a source of information. (extensions are made up). Now lets say I want to switch y.dat with a modified version of y.dat. The y.dat file however, is very large, and copying to create the switch would take forever. Is there anyway I could code a program to create a file y.dat, that would link to either the original or modified depending on what the user wants? In other words, to change the path without having to move the large files. Note, I don't have access to the source of x.exe. Thanks very much.
-waffles
lets say there is a client program X.exe that uses the files y.dat and z.dat as a source of information. (extensions are made up). Now lets say I want to switch y.dat with a modified version of y.dat. The y.dat file however, is very large, and copying to create the switch would take forever. Is there anyway I could code a program to create a file y.dat, that would link to either the original or modified depending on what the user wants? In other words, to change the path without having to move the large files. Note, I don't have access to the source of x.exe. Thanks very much.
-waffles