NSFileManager copy files over netInfo
NSFileManager copy files over netInfo
- Subject: NSFileManager copy files over netInfo
- From: Anne Swenson <email@hidden>
- Date: Wed, 25 Jul 2001 14:04:48 -0700
hi --
i am trying to copy a file from a netinfo server to a local machine
using the NSFileManager copyPath:toPath:handler: function, but all
attempts to find the file on the server are failing. Is this because
NSFileManager cannot handle network files? is there a better way for me
to accomplish my task?
thanks!
~Anne