Hello again, in my program i have it to search a certain path for files example:
is there a way that if the program gets installed on a different drive that the "f" will automatically be changed to the new drive letter. example:
the code is written like this
if i want to install the program on the "c" drive instead the line of code will automatically change to:
any help will be greatly appreciated
Code:
f:\archive\files
the code is written like this
Code:
f:\archive\files
Code:
c:\archive\files
Comment