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
## An analogue of `walkDir iterator <#walkDir.i,string>`_ with full error
2027
-
## checking. Yields "steps" of walking through `dir`, each step contains its path `path`, OS error code `code` and additional info. At first step yields info with the status of opening `dir` as a directory, tag `wsOpenDir`. If it's OK,
2028
-
## the subsequent steps will yield the directory entries with file/directory type as info, tag `wsEntryOk`. Dangling symlinks on posix are reported as wsEntryBad. If (rarely) walking terminates with an error, tag is `wsInterrupted`.
2026
+
## A version of `walkDir iterator <#walkDir.i,string>`_ with more
2027
+
## thorough error checking.
2028
+
## Yields *steps* of walking through `dir`, each step contains
2029
+
## its path ``path``, OS error code ``code`` and additional tag ``kind``.
2030
+
## At first step it yields info ``openStatus`` of opening
2031
+
## status `dir` as a directory, tag ``wsOpenDir``.
2032
+
## If it's OK, the subsequent steps will yield the directory entries
2033
+
## with component type as info ``entryType``, tag ``wsEntryOk``.
2034
+
## Dangling symlinks on posix are reported as ``wsEntryBad``.
2035
+
## If (rarely) walking terminates with an error (such as an I/O error),
0 commit comments