Skip navigation.
 
mlAsyncronously copying multiple files.
FROM : Scott Andrew
DATE : Sat Feb 23 17:37:10 2008

I have a question I have written a wrapper class around 
FSPathCopyObject. I have a question about FSCopyObject however. I have 
several files i want to copy one after another.. The only way i seemed 
to have found to do this (and maybe its the right way) is to create a 
new fileOperationRef for each file.  The goal is to copy the 3 files 
and get only 1 FNNotify event (like the finder). I couldn't find a 
call that took a CFArray (wouldn't that be cool).

Is there a way to batch the files into one copy operation? If not i'll 
turn off notification while i am doing my copy operation.

Related mailsAuthorDate
No related mails found.