ios 沙盒路径

NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *path = [paths firstObject];
    NSLog(@"path:%@", path);
原文地址:https://www.cnblogs.com/code-Officer/p/6742558.html