BorlandDave
Programmer
I am currently developing some software which is to be used internationally. I therefore need to be a bit clever with where my program reads/writes to files because locations such as "C:\Program Files" may not exist on foriegn systems. I have done a bit of research but am still a bit unclear on a couple of things. I think I can get to "C:\Program Files\.." and C:\Windows\.. by using %ProgramFilesDir%\.. and %WinDir%\..
Are there any more of these shortcuts?
Also, how do I specify the root of the current drive. My program could be installed on any drive letter, so how do I know which one?
Cheers for any help.
Are there any more of these shortcuts?
Also, how do I specify the root of the current drive. My program could be installed on any drive letter, so how do I know which one?
Cheers for any help.