I'm creating a windows app to launch my most used programs, part of it is to allow you to set your own path and alias. It works fine when you launch an actual program, however when I try to get it to launch a folder, the trouble starts.
I use Execute File for both version, with different ways to set the path name.
Executing a program uses a Global Variable and works just fine.
To open a folder, I had to use Get Path. It either opens to the folder that my .cap file is in (not acceptable for when I cut out all my specific apps and make it available to the public)
Or, if I use Set Path and then Get Path, it wants to open to one folder back from what it should open.
Anyone know of a better way of opening a folder?