Async File Copying?
Async File Copying?
- Subject: Async File Copying?
- From: Steve Gehrman <email@hidden>
- Date: Wed, 16 May 2001 22:27:05 -0700
I've tried both:
[[NSWorkspace sharedWorkspace]
performFileOperation:NSWorkspaceCopyOperation ....]
and
[[NSFileManager defaultManager] copyPath ... ]
and both of them copy files synchronously (spinning rainbow until copy
is done). Is there any easy way to do a asynchronous file copy besides
writing it all from scratch?
steve