progress bar when creating file
progress bar when creating file
- Subject: progress bar when creating file
- From: David Chan <email@hidden>
- Date: Mon, 7 Nov 2005 18:53:34 +0800
Hi all
I am sorry if this is an elementary issue but I am really clueless with
regards to the following matter. I would like to create a progress bar that
shows the progress of my 'file downloading process'.
By 'file downloading process' i mean the below process:
NSURL *theURL= [NSURL URLWithString: theString];
NSData *theData= [NSData dataWithContentsOfURL: theURL]; (1)
[fileManager createFileAtPath: theLocalPath contents: theData attributes:
nil]; (2)
I suspect code on the line (1) and or (2) might be the one which relate to
the progress bar but I am not sure which and how to relate it.
Please enlighten me on this matter. THanks a lot.
Regards
David
_______________________________________________
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