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

Marcelo_Muzilli

New Member
Hello all,

how can I get the "Start In" in my application shortcut via API in a Progress Application?

Thanks in advance,

Marcelo Muzilli
 

Dan Dragut

New Member
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
 
Top