Re: On the difficulties of "/"" in Applescript with example
Re: On the difficulties of "/"" in Applescript with example
- Subject: Re: On the difficulties of "/"" in Applescript with example
- From: Shane Stanley <email@hidden>
- Date: Fri, 18 Oct 2013 09:17:47 +1100
On 18 Oct 2013, at 1:30 AM, Walter Bushell <email@hidden> wrote:
> -- merely once escaped quotes fail
> try
> set x to POSIX file "/Users/Walter/Music/\"ur\"file"
> log x
> tell application "Finder" to set B to name of file x
> --log {"B quoted= ", b}
> on error erorrStr number errnum
> log {erorrStr, errnum}
>
> end try
I don't see that here:
set x to POSIX file "/Users/shane/Desktop/Date4 \"test\".txt"
tell application "Finder" to set B to name of file x
--> "Date4 \"test\".txt"
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
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