Re: Determining if a file is still being copied
Re: Determining if a file is still being copied
- Subject: Re: Determining if a file is still being copied
- From: Basil Achermann <email@hidden>
- Date: Fri, 22 Jul 2005 21:06:55 +0200
I don't know if there are any high-level functions for this. But you
can always parse lsof output:
lsof /path/to/file
or do it yourself, source code:
http://www.opensource.apple.com/darwinsource/10.4/lsof-20/
gb
_______________________________________________
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