-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traversing folders seems to be a problem #44
Comments
@DiVeNLee what seems to be the problem? Like what happens when you have > 150 files? And are you talking about 150 directories (nested or un-nested) or just files? |
@clayellis About 150 files are not folders. These files are very messy, there is no fixed structure, but most of them are in the same sub folder, and there are other folders under this folder. |
@DiVeNLee no worries, I'm sure I'm not very good at your native language! (Unless it's French...) So when you traverse all of the files you see the files you expect, correct? But when you traverse all of the folders, some of the folders are missing? |
@clayellis
This is within the Files |
let folders = Array(try Folder(path: "/xx/xx/").makeSubfolderSequence(recursive: true, includeHidden: false));
This is the swift code, I'm not running in the main thread main, and when my files are less, it's no problem. But if I have more files (about 150), there will be a problem, and Xcode directly locate the error.
CurrentChildIterator = childIteratorQueue.removeFirst()
I can't understand what this is, and I hope to be able to get the solution.
The text was updated successfully, but these errors were encountered: