Re: applescript-users digest, Vol 3 #1714 - 21 msgs
Re: applescript-users digest, Vol 3 #1714 - 21 msgs
- Subject: Re: applescript-users digest, Vol 3 #1714 - 21 msgs
- From: Steve Cunningham <email@hidden>
- Date: Mon, 2 Jun 2003 15:29:02 -0400
>
Steve Cunningham wrote:
>
>
> Yeah, I know "size" is a poor choice :-) The original problem surfaced
>
> when I tried to do
>
>
>
> get size of (info for fileref)
>
>
>
> Unfortunately, I'm not at liberty to change the name in that case. I just
>
> substituted the record list to highlight the problem without having to
>
> use a specific file.
>
>
Gary wote:
>
>
The following properly returns the file size value:
>
>
>
set fileX to choose file
>
--> alias "SomeHD:Documents:COPYING.LIB"
>
get size of (info for fileX)
>
--> 2.5575E+4
>
I know that :-) That's not the problem.
The problem is that it _won't_ work inside an Interarchy "tell" block.
Steve
_______________________________________________
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.