/ Published in: Objective C
Expand |
Embed | Plain Text
BOOL isDir = NO; [fm fileExistsAtPath:path isDirectory:(&isDir)]; if(isDir) { [directoryList addObject:file]; } } return directoryList; }
You need to login to post a comment.
BenClayton on 04/20/10
4 people have marked this snippet as a favorite
oakdragon
umang_nine
rvachere
Tintenklecks
BOOL isDir = NO; [fm fileExistsAtPath:path isDirectory:(&isDir)]; if(isDir) { [directoryList addObject:file]; } } return directoryList; }
You need to login to post a comment.