Work with files / Basic operations

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