美文网首页
沙盒问题

沙盒问题

作者: 阿良天界 | 来源:发表于2016-10-17 11:06 被阅读0次

    //获取沙盒地址

    NSArray *pathArr=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);

    NSString *str=pathArr[0];

    //创建文件的地址

    NSString *path=[str stringByAppendingPathComponent:@"image.pdf"];

    NSLog(@"%@",path);

    相关文章

      网友评论

          本文标题:沙盒问题

          本文链接:https://www.haomeiwen.com/subject/xwiayttx.html