본문 바로가기

Apple - IPhone / IPod Touch

도큐멘트 폴더에 무엇이 들어 있나 확인해보자

    if (self = [super init]) self.title = @"Notes Library";
    fileList = [[NSMutableArray arrayWithArray:[[[NSFileManager defaultManager] directoryContentsAtPath:DOCUMENTS_FOLDER]
                pathsMatchingExtensions:[NSArray arrayWithObject:@"aiff"]]] retain];