您好,欢迎来到商国互联!

收藏本站

商国互联

点击查看优质供应商

当前位置:商国互联首页> 产品库 > IT设备、数码产品、软件 > 教学软件 > 教学软件

IOS文件处理 

  • 价 格: 面议 /
  • 供 应 地:北京北京市
  • 发布公司:北京沃赢科技有限公司
  • 产品型号:我赢职场
  • 品 牌:我赢职场
  • 发布日期:2015/8/19 11:22:02
  • 联系人QQ:1350225154 点击这里给我发消息

详细说明

产品说明Explain

公司简介Content


IOS文件处理

简介
文件处理不能直观的通过应用程序来解释,我们可以从以下实例来了解IOS的文件处理。
IOS中对文件的操作. 因为应用是在沙箱(sandbox)中的,在文件读写权限上受到限制,只能在几个目录下读写文件。
我赢职场ios文件处理学习:
文件处理中使用的方法
下面列出了用于访问和操作文件的方法的列表。
以下实例你必须替换FilePath1、FilePath和FilePath字符串为完整的文件路径,以获得所需的操作。
检查文件是否存在
   NSFileManager *fileManager = [NSFileManager defaultManager];
   //Get documents directory
   NSArray *directoryPaths = NSSearchPathForDirectoriesInDomains
   (NSDocumentDirectory, NSUserDomainMask, YES);
   NSString *documentsDirectoryPath = [directoryPaths objectAtIndex:0];
   if ([fileManager fileExistsAtPath:@""]==YES) {
        NSLog(@"File exists");
    }   
比较两个文件的内容
   if ([fileManager contentsEqualAtPath:@"FilePath1" andPath:@" FilePath2"]) {
      NSLog(@"Same content");
   }
检查是否可写、可读、可执行文件
  if ([fileManager isWritableFileAtPath:@"FilePath"]) {
      NSLog(@"isWritable");
   }
   if ([fileManager isReadableFileAtPath:@"FilePath"]) {
      NSLog(@"isReadable");
   }
   if ( [fileManager isExecutableFileAtPath:@"FilePath"]){
      NSLog(@"is Executable");
   }
移动文件
   if([fileManager moveItemAtPath:@"FilePath1"
    toPath:@"FilePath2" error:NULL]){
      NSLog(@"Moved successfully");
   }
复制文件
   if ([fileManager copyItemAtPath:@"FilePath1"
    toPath:@"FilePath2"  error:NULL]) {
      NSLog(@"Copied successfully");
   }
删除文件
 if ([fileManager removeItemAtPath:@"FilePath" error:NULL]) {
      NSLog(@"Removed successfully");
   }
读取文件
 NSData *data = [fileManager contentsAtPath:@"Path"];
写入文件
  [fileManager createFileAtPath:@"" contents:data attributes:nil];

学习链接:
http://www.wyzc.com/ios/?tg=5009295340
学习交流群:317140762


卖家名片Cards

卖家名片

北京沃赢科技有限公司

联系人:刘老师(市场部职员)

邮箱:1350225154@qq.com

地址:北京北京市北京市海淀区

电话: 传真:

旺铺

免责声明:交易有风险,请谨慎交易,以免因此造成自身的损失,本站所展示的信息均由企业自行提供,内容的真实性、准确性和合法性由发布企业负责。本站对此不承担任何保证责任。
商国互联供应商 品质首选

北京沃赢科技有限公司

  • 联系人:刘老师(市场部职员)
  • 联系人QQ:1350225154 点击这里给我发消息
  • 电话:
  • 会员级别:免费会员
  • 认证类型:企业认证
  • 企业证件:已通过企业认证 [已认证]
  • 认证公司:
  • 主营产品:iOS开发 互联网
  • 公司所在地:北京北京市