Return to Snippet

Revision: 24812
at March 12, 2010 00:01 by iswear_wxp


Initial Code
directoryPath = [NSString stringWithFormat:@"%@",NSDocumentDirectory()];
NSString *SaveToDirectoryPath =
            [directoryPath
             stringByAppendingPathComponent: willSaveToDirectory];
            [[NSFileManager defaultManager] createFileAtPath:[NSString stringWithFormat:@"%@/%@",SaveToDirectoryPath,DownloadFileName] contents:recvData attributes:nil];

Initial URL


Initial Description
方法很多, 这是其中一个

Initial Title
把照片库里的图片复制到Documents文件夹

Initial Tags


Initial Language
iPhone