2011-01-03 13 views

答えて

3

が、これは私のために働いたNSFileManager

NSFileManager *fileManager = [NSFileManager defaultManager]; 
for (NSString *fileName in [fileManager contentsOfDirectoryAtPath:directoryPath error:NULL]) { 
    NSLog(@"Found file %@", fileName); 
} 
+0

おかげを使用し、あなたがNSStringの*としてパスを持っていると仮定していただきありがとうございます。 – Dilshan

関連する問題