Re: Identifying complete size of file when transfer is in progress
Re: Identifying complete size of file when transfer is in progress
- Subject: Re: Identifying complete size of file when transfer is in progress
- From: Jens Alfke <email@hidden>
- Date: Fri, 15 Nov 2013 16:41:26 -0800
On Nov 15, 2013, at 4:33 PM, Devarshi Kulshreshtha <email@hidden> wrote:
> How can I poll the files? Is their any cocoa API to do so?
“Polling” just means “doing something periodically”. So use an NSTimer or something like that, and in its action method use NSFileManager to get the file’s info.
—Jens
_______________________________________________
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