file copying revisited
file copying revisited
- Subject: file copying revisited
- From: Dan Watson <email@hidden>
- Date: Mon, 2 Jul 2001 21:40:51 -0400
first off, i'm a newcomer to the list, so if this topic has been beaten
to death, don't mind me. i've read through the web archives looking for
information on copying files with resource forks (or at least preserve
the type/creator codes). my original code used NSFileManager's copyPath,
which stripped the resource fork. then i saw someone mention that using
NSWorkspace's performFileOperation might do the trick. unfortunately,
this approach strips the resource fork as well. is there any way to
accomplish this in cocoa? i'd hate to have to introduce MoreFiles into
such an elegant environment :) TIA,
dan watson