Re: question on 'property'
Re: question on 'property'
- Subject: Re: question on 'property'
- From: Emmanuel <email@hidden>
- Date: Sat, 9 Feb 2002 00:04:19 +0100
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)
--------------
Emmanuel
_______________________________________________
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.