我可以想辦法與服用陣列要做到這一點:計數
NSArray *doc_contents = [fileManager contentsOfDirectoryAtPath:documentsDirectory error:nil];
,做串解析,找到擴展,但是,似乎是在做一個迂迴的方式這個。在我的iPhone應用程序文檔目錄中是否有切割和乾燥的方式來計算.jpg文件的數量?
謝謝。
編輯這裏解決:Creating an array from documentsDirectory includes ends with .MOV
是否與此相同? http://stackoverflow.com/questions/5032541/nspredicate-endswith-multiple-files – hawshy 2012-02-27 16:45:59
是的,這實際上更多地涉及到一個擴展:http://stackoverflow.com/questions/7447277/creating-an-array- from-documentsdirectory-includes-ends-with-mov – 2012-02-27 17:15:05
以前的搜索沒有給我任何東西。一旦我瞭解到NSPredicate,搜索就會更有成效。 – 2012-02-27 17:16:54