Optional filterOptional find-Optional follow-follow symlinks. default FALSE
Optional fsprovide an alternate implementation of fs like graceful-fs
Optional max-only travel to max depth. emits an error if hit.
Optional no-only go one level deep. convenience param.
Optional return-return an object of {path:stat} instead of just the resolved path names
Optional syncmake this syncronous. the same as calling walkdir.sync
Optional track-on filesystems where inodes are not unique like windows (or perhaps hardlinks) some files may not be emitted due to inode collision. turning off this behavior may be required but at the same time may lead to hitting max_depth via link loop.
Generated using TypeDoc
default True. if false this will use stat insteqad of lstat and not find links at all.