With apps I've written I don't recall having to think about this before ...
From what I read and from my testing, a program opened by SHELL uses the calling program's folder as its current folder.
If I don't want that I can use ChDir, such as "ChDir Exe.Path$" to change the current directory of the called app - either before calling the app or from within the called app.
From what I read and from my testing, a program opened by SHELL uses the calling program's folder as its current folder.
If I don't want that I can use ChDir, such as "ChDir Exe.Path$" to change the current directory of the called app - either before calling the app or from within the called app.
Comment