Hello, I have an application that needs to wait for a file to be fully written. I tried this by getting an NSFilehandle, and with open() and fopen(), hoping that a failure of these would indicate that they are not done writing yet. However, I get only successes, even if the file is clearly still copying.
Is there any way to tell if a file is done being written? Thanks, Rainer _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com