Re: Notification of file system modification arrives too early?
Re: Notification of file system modification arrives too early?
- Subject: Re: Notification of file system modification arrives too early?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 28 May 2010 13:15:49 +0200
Le 28 mai 2010 à 12:53, Antonio Nunes a écrit :
> On 28 May 2010, at 11:41, Antonio Nunes wrote:
>
>> I was hoping the system would provide something better for this. Looks like an enhancement request is in order.
>
> Request filed. Bug ID# 8038793: "Need notification of file system modification after completion of the operation".
>
I hope you properly defined what you mean by "operation", because on a file system point of view, this is already what kqueue does.
A copy is not one operation but a bunch of operations (open, lots of write, close, set attrs, set xattrs, …), and kqueue already notify you each time an operation is done.
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden