Use GetModuleFileName to get full path of executing program, and use PathRemoveFileSpec to remove file name part which leaves us with parent directory path of our program. Here is a sample function wh… more →
bits and bytessanoop wrote 6 months ago: The GetModuleFileName function retrieves the full path and filename for the executable file containi … more →
Jijo.Raj wrote 9 months ago: I still remember that bug! Because it grabbed my two days and delayed the delivery. Well, the story … more →
Nibu Thomas wrote 1 year ago: Use GetModuleFileName to get full path of executing program, and use PathRemoveFileSpec to remove fi … more →