save file into application folder using setDownloadDestinationPath
问题 I have the following code: -(IBAction)downloadButton:(id)sender{ NSURL *url=[NSURL URLWithString:@"http://93.185.34.100/prob/pic1.zip"]; ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url]; [request setDownloadProgressDelegate:progressView]; // NSString *pathString=[NSString stringWithFormat:@"%@/theZip.zip", [[NSBundle mainBundle] resourcePath]]; NSString *filePath = [[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"theZip"] stringByAppendingPathExtension:@