Re: alias broker
Re: alias broker
- Subject: Re: alias broker
- From: Andy Wylie <email@hidden>
- Date: Sat, 01 Dec 2001 10:50:31 +1300
on 27/11/01 2:37 PM, I wrote:
>
I find broken alias properties and their weird behavior trying so I enlisted
>
Tanaka's 'MT Resolve Alias' in search of reliable check...
>
------------------
I've since found the simpler vanilla...
property x : ""
if (get exists file (x as string) of application "Finder") = false then
getPath()
on getPath()
set x to choose file
return x
end getPath
_____________________________ Andy