处理文件 / 基本操作

bool exists = [[NSFileManager
    defaultManager]
    fileExistsAtPath:@"file.txt"];
//exists is 1