計數

2012-02-27 41 views
1

我可以想辦法與服用陣列要做到這一點:計數

NSArray *doc_contents = [fileManager contentsOfDirectoryAtPath:documentsDirectory error:nil]; 

,做串解析,找到擴展,但是,似乎是在做一個迂迴的方式這個。在我的iPhone應用程序文檔目錄中是否有切割和乾燥的方式來計算.jpg文件的數量?

謝謝。

編輯這裏解決:Creating an array from documentsDirectory includes ends with .MOV

+1

是否與此相同? http://stackoverflow.com/questions/5032541/nspredicate-endswith-multiple-files – hawshy 2012-02-27 16:45:59

+0

是的,這實際上更多地涉及到一個擴展:http://stackoverflow.com/questions/7447277/creating-an-array- from-documentsdirectory-includes-ends-with-mov – 2012-02-27 17:15:05

+1

以前的搜索沒有給我任何東西。一旦我瞭解到NSPredicate,搜索就會更有成效。 – 2012-02-27 17:16:54

回答

0

你應該看看所謂的 「Xcode的統計學家」 的應用程序。它真的很乾淨,並且會顯示你的大量其他信息,比如線路總數等等。