pjborg
11-08-2003, 01:56 AM
My project creates and references folders on the user's system. I've discovered that if a folder has a one-character name, i.e. "x" AMS reads and displays this as "\x"
This is true if the folder is created by AMS or otherwise.
To find the folders I want, I've inserted a text file in each folder, and AMS looks for that specific file, then parses the path, using the "String - Parse Path" action, with the "Folder 2" option to display the last folder in the file path.
All folders with names of 2 or more characters are created and displayed correctly, and all functions work fine.
Trying to work with a folder with a 1-character name generates errors, because the program tries to look for "filepath\\x"
I don't know if I've erred somewhere, because other than this, everything works great.
Thanks.
This is true if the folder is created by AMS or otherwise.
To find the folders I want, I've inserted a text file in each folder, and AMS looks for that specific file, then parses the path, using the "String - Parse Path" action, with the "Folder 2" option to display the last folder in the file path.
All folders with names of 2 or more characters are created and displayed correctly, and all functions work fine.
Trying to work with a folder with a 1-character name generates errors, because the program tries to look for "filepath\\x"
I don't know if I've erred somewhere, because other than this, everything works great.
Thanks.