Re: folder size
Re: folder size
- Subject: Re: folder size
- From: Emmanuel <email@hidden>
- Date: Thu, 2 Oct 2003 14:42:46 +0200
At 9:49 PM +1000 10/2/03, John Cochrane wrote:
>
Could someone please explain the following behavior to me.
>
>
The first time I run the script
>
>
tell application "Finder"
>
size of aFolder
>
end tell
>
>
It results in a missing value.
Did you try:
tell application "Finder"
update aFolder
size of aFolder
end tell
Emmanuel
Official Evangelist for Finder's Update Command
_______________________________________________
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.
References: | |
| >folder size (From: John Cochrane <email@hidden>) |