Portion of pathway interpreted as a spcial charcter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a routine that runs at startup (via an MNL file) which defines a source folder housing our in-house lisp routines. For previous releases the configuration worked as expected. For 2019, I modified the pathway and added a "2019" folder into the pathway.
Old :
(setq g:lispdir "K:\\WORKSPACES\\BU\\LDBU\\PSR\\+Lisps\\")
New:
(setq g:lispdir "K:\\WORSPACES\\BU\\LDBU\\PSR\\2019\\+Lisps\\")
Now the routines located in the +Lisps folder do not run.
In the command line the error displayed as < LOAD failed: "K\\WORKSPACES\\BU\\LDBU\\PSR9\\+Lisps\\name of routine" >
But I noticed...
Here is the same error message after cutting it from my command line and pasting it in Outlook. Note the special character in the middle of the path that only became visible after the paste into Outlook.
It almost appears to me that \\PSR\\2019 is being interpreted as \\PSRspecial character 9, where \\201 defines the special character.
I then changed all of the double backslashes to single forward slashes to test that theory but got the exact same error result.
Again, this configuration worked for previous releases and only stopped working when I added the 2019 folder into the pathway.
Does anyone have any insight as to what's happening?
Any thoughts would be appreciated.
Regards,
Michael Partenheimer