You just have to change this in case you error was the error number -1409 :
set folderPathFile to ((folderPath as string) & “Folderpathfile.txt”) as alias
Jean-Baptiste LE STANG
Thank You…Thank You…Thank You!!!
I still don’t quite understand why I got the error, but your suggestion works beautifully! I was reading, searching scripts, etc all weekend and made no progress at all until your most helpful advice.
If you or anyone has a moment, I would love to know the reason for the error…and why this method works, while the other fails?
Thanks again! Jeff
: You just have to change this in case you error was the error
: number -1409 : set folderPathFile to ((folderPath as string)
: & “Folderpathfile.txt”) as alias
: Jean-Baptiste LE STANG