Using the entire contents command and getting Memory Error
Using the entire contents command and getting Memory Error
- Subject: Using the entire contents command and getting Memory Error
- From: "Richard K. Russell" <email@hidden>
- Date: Fri, 22 Jun 2001 19:31:44 -0500
I have written a script to get the complete path names to the entire
contents of a CD. I am using the entire contents command and getting
the following error "Finder got an error: because *0x//*there isn't
enough memory available. Closing windows or quitting application
programs can make more memory available." Here is the code that I am
using and getting the above error.
-- Gets the content of Disc or Folder
tell application "Finder"
set indexFolder to choose folder
set x to entire contents of folder indexFolder
end tell
I am looking for solution to manage the the size of the x. There
could be as many as 5000 files on a disk.
Thanks for your help
Richard Russell
email@hidden
--