nsmutablearray, and
process them one-by-one. Is there a more or less standard way to do
a batch processing? Thank you.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the
Hi, I would like to write a code to batch process files in a directory. I mean
I would like to open, process, and store files one-by-one. My plan is to read
names of files into a nsmutablearray, and process them one-by-one. Is there a
more or less standard way to do a batch processing? Thank