Re: batch processing

2008-12-16 Thread Mike Abdullah
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

batch processing

2008-12-16 Thread 양승준
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