QUOTE (clyde @ September 01, 2013 09:29 am) |
However, if you want your long path name to be exactly equal to your short path name then it must adhere to the old dos 8.3 format (name must not be greater than 8 characters and extension must not be greater than 3 characters) |
I would agree. Perhaps I was confused by the help file...
CODE |
$_AppData - (String) The full path to the "application data" folder of GSAK |
and
CODE |
$_ExePath - (String) The full path to the gsak.exe Install folder of GSAK (without the terminating back slash). |
The problem that I was really trying to sort was related to the macro editor. While I could insert the new path and filename, I noted that the Gsak.Ini file holds two entries (edtMacroEditor.FIleName and edtMacroEditor.Text), one of which was not updating (can't remember which one).
After manually updating the 'bad' entry, all is well.