I am deleting files from my 40gig hard drive, and I would like a script to tell me, in descending order, which files/folders are taking up the most space on my hard drive. Is this possible?
Thanks.
in my opinion - the easiest way to do this is to use the shell:
set myFolderpath to choose folder
do shell script "ls -lS " & POSIX path of myFolderpath