wahorger

Joined: 13 Oct 2014 Posts: 1278 Location: Morrison, CO, USA
|
Posted: Tue Dec 16, 2025 10:49 pm Post subject: |
|
|
Much easier to use is the function CURDIR@().
It returns the full path of the default directory used by the running program at that time. For example, a shortcut whose target directory is set, CURDIR@() will return that folder name if used at the start of the program. That's how I use it.
If you use ATTACH@ later on, then do CURDIR(), it will reflect the new default directory. I use this sequence specifically when a root-relative (.\ or ..\) is input by the user. |
|