Is there a function that returns the path of my executable?
I load some color for my application from a Ini file each time I open a window. But, when my application opens a Save Dialog Box and the user chooses another directory, then my application can't find the ini because is looking in the last directory selected by the user.
I remember I can find out the path of my exec in Visual Basic using App.Path, but I couldn't find some similar statement in PowerBuilder.
Thanks in advance.
I load some color for my application from a Ini file each time I open a window. But, when my application opens a Save Dialog Box and the user chooses another directory, then my application can't find the ini because is looking in the last directory selected by the user.
I remember I can find out the path of my exec in Visual Basic using App.Path, but I couldn't find some similar statement in PowerBuilder.
Thanks in advance.