Hi,
I have wrote a class that opens a file and reads information out of it, and i have the following function..
Code:model.LoadModel("data\\file.txt");
How can i determine the directory that file is in, is current applications path and \data\ " ?
The reason is the file.txt contains a reference to another file, which is stored in the same path as file.txt. But i dont know how to code to find out what that directory is.
Thanks.
