摘要:
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title = @"拷贝文件到Sandbox"; //文件类型 NSString * docPath = [[NSBundle mainBundle] pathForResource:@"save1" ofType:@"dat"]; // 沙盒Documents目录// NSString * appDir = [NSSearchPathFor 阅读全文