Re: How to detect busy files?
Re: How to detect busy files?
- Subject: Re: How to detect busy files?
- From: Brendan Younger <email@hidden>
- Date: Sun, 26 May 2002 13:09:11 -0500
On Sunday, May 26, 2002, at 07:39 AM, Lorenzo Puleo wrote:
how to detect when a file is busy (open by some application)?
Try opening the file with exclusive read/write access. It will
(should?) fail if the file is already open.
Brendan Younger
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.