/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
BOOL isDir = NO; [fm fileExistsAtPath:path isDirectory:(&isDir)]; if(isDir) { [directoryList addObject:file]; } } return directoryList; }