Page 1 of 1

Directory of the executable

Posted: Mon Mar 13, 2006 7:57 pm
by Nico
A command to know the directory of the executable.

Because the GetCurrentDirectory() is modifiable and not usable in a library for example.

Posted: Mon Mar 13, 2006 8:00 pm
by Fred
You can try ProgramFileName() which should return what you need.

Posted: Mon Mar 13, 2006 8:04 pm
by Nico
:oops: