How to optimize directory listing? (enumeratorAtPath and recursive call contentsOfDirectoryAtPath)

后端 未结 3 1400
夕颜
夕颜 2021-01-14 14:46

I wrote a method(getDirTree1) that makes listing all directories from the root, using the recommended class NSDirectoryEnumerator and method nextObject. But while it was run

3条回答
提交回复
热议问题