How can I get the "Start In" in my application shortcut?

Marcelo,

You can use the GetCurrentDirectory function to get the current directory for the Progress application - this should be the same as "Start in" directory, if it wasn't changed by a previous SetCurrentDirectory call.

More details: KB #17115 "How to call WIN32 API Function: GetCurrentDirectory"

HTH,
Dan
 
Back
Top