How can I get the path in Quickbasic?<br>
<br>
For example, a program that opens file "text.txt" is located on "c:\temp". Also the file "text.txt" is located on that directory. If I run the program from "c:\" with command c:\temp\program.exe , the program tries to open c:\text.txt .<br>
<br>
So, what do I need to do to tell the program that the file is located on the same directory that the program itself?