Re: question on 'property'
Re: question on 'property'
- Subject: Re: question on 'property'
- From: Andy Wylie <email@hidden>
- Date: Sun, 10 Feb 2002 01:02:08 +1300
on 9/2/02 12:04 PM, Emmanuel at email@hidden wrote:
>
At 10:45 PM +0100 6/2/02, LChaparro wrote:
>
>
>
> can this be done? make a property hold a reference to the startup disk as
>
> string?
>
>
If you mean: (a reference to the startup disk) as string, then what about:
>
>
--------------
>
property theThing: "tell application \"Finder\" to get its startup disk as
>
alias
>
"
>
--------------
>
>
Then you can run:
>
>
--------------
>
set theDisk to (run script theThing)
>
--------------
>
or...
-----------
property boot : (path to "root")
_____________________________ Andy
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.