You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
In node fs.readdirSync not traverse all directory tree.
In @skpm version fs.readdirSync uses NSFileManagersubpathsAtPath: which according to the documentation:
"This method recurses the specified directory and its subdirectories. The method skips the “.” and “..” directories at each level of the recursion."
The text was updated successfully, but these errors were encountered:
Hello.
In node
fs.readdirSync
not traverse all directory tree.In @skpm version
fs.readdirSync
usesNSFileManagersubpathsAtPath:
which according to the documentation:"This method recurses the specified directory and its subdirectories. The method skips the “.” and “..” directories at each level of the recursion."
The text was updated successfully, but these errors were encountered: