|
I have some files i need to access from the application i am building and i would like to be able to put these files in the same directory as the application, BUT i need the variable that will allow me to reference this location.
For instance i cant say that it is located in "C:\AppName\files" i need it to say it is located in ApplicationDirectory+"\files" so that this program can be installed anywhere and as long as the files i need are in the same director as the application everything will be cool.
So in conclusion, What is the variable to know the current directory of the application?
|