GameBase 64: Make app think it's on a first level directory
Hi!
I'm trying to make the Gamebase64 application portable (http://gamebase64.com/)
The problem I'm currently running into is that the app needs to run from a "short path".
The program usually installs to c:\GameBase
But I don't want to have to copy the files over there every time since with all the files I added I'm up to over 3gb of data.
So, how should I go at making the program believe it's folder is directly on the root of a drive while still making it portable?