How to find the directory from which the application is loaded?
language: C
In API I found only GetCurrentDirectory, GetWindowsDirectory and GetSystemDirectory. However, function SearchPath knows which is the directory.



Macdonald