Re: AppleScriptObjC -- List Folder Handler
Re: AppleScriptObjC -- List Folder Handler
- Subject: Re: AppleScriptObjC -- List Folder Handler
- From: Stan Cleveland <email@hidden>
- Date: Fri, 30 Nov 2018 19:08:00 -0800
> On Nov 30, 2018, at 03:46 PM, Christopher Stone
> <email@hidden> wrote:
>
> It seemed pointless to return only item names, so I added an option to return
> Furls or Paths as well.
Hi Chris,
There's a small problem to report. I have a folder named "__A\V", which holds
audio and video files. (I named it with a backslash to avoid conflicts when
using POSIX paths.)
Your listFolder handler returns its name as "__A\\V" in all three output
formats, which fails when used to address the folder. Clearly, the backslash is
getting escaped somewhere in the machinery, but probably isn't wanted for AS.
Perhaps there are other characters being escaped by the same mechanism, but
none appeared in my tests.
Regards,
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden