Re: Bug or Spec ?
Re: Bug or Spec ?
- Subject: Re: Bug or Spec ?
- From: "Nigel Garvey" <email@hidden>
- Date: Mon, 13 Nov 2017 13:17:13 +0000
Takaaki Naganoya wrote on Mon, 13 Nov 2017 16:05:31 +0900:
>On macOS 10.12.6, this code runs as we expected (true).
>On macOS 10.13.2 beta2, this code returns “false" on the second dialog.
><AppleScript>
>set aa to choose file
>
>tell application "Finder"
> set a1 to (exists of aa) as string
> set a2 to (class of aa) as string
> set a3 to (name of aa) as string
>
> display dialog a1 & "-" & a2 & "-" & a3
>
> set name of aa to "changed4"
>
> delay 60
>
> set b1 to (exists of aa) as string
> display dialog b1
>
>end tell
></AppleScript>
The second dialog says "true" on my 10.13.1 system, even without the
'delay'. This suggests that what you're seeing is either unique to
10.13.2 or possibly something to do with APFS (if your machine uses
that).
NG
_______________________________________________
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