Re: Get physical size of file on mounted disk
Re: Get physical size of file on mounted disk
- Subject: Re: Get physical size of file on mounted disk
- From: Brian Christmas <email@hidden>
- Date: Wed, 11 Mar 2009 15:09:00 +1100
Actually, System Events isn't needed.
This is as fast as I can make it
set mysize to {} set mysizestring to {} set mynamestring to {} tell application "Finder" set mysize to (get properties of every file of entire contents of folder "Yearly Email Storage 2009" of disk "jobs") repeat with temp in mysize set end of mynamestring to name of temp set end of mysizestring to size of temp end repeat end tell mysizestring & mynamestring
Regards
Santa |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden