Re: FSAllocateFork
Re: FSAllocateFork
- Subject: Re: FSAllocateFork
- From: Bill Bumgarner <email@hidden>
- Date: Sat, 7 Oct 2006 15:11:20 -0700
On Oct 7, 2006, at 2:33 PM, Lorenzo wrote:
The server could be a MacOS X volume, a Windows volume, a WebDave
volume,
... any kind of volume as well as the Finder can copy files to.
I am going to try the API FSCopyObjectSync() and verify whether it
can fix
my needs. Thank you for the suggestion.
Just a word of warning; you really do not want to treat a WebDAV
volume like a regular filesystem. It simply won't work for anything
but the smallest of files (transactions). WebDAV generally doesn't
properly deal with partial transactions and you are going to be stuck
doing massive transactions for even a few bytes change.
If you really do need to use WebDAV, test the hell out of it.
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden