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
Given a root directory, generate a list of all subdirectories and/or files. This should have:
Optional Recursion
Optional Whitelist/Blacklist (ability to ignore glob patterns)
List files and/or directories.
A key use case for this feature is identifying the tree structure of a directory that needs to be monitored for change events (specifically on Windows).
The text was updated successfully, but these errors were encountered:
Given a root directory, generate a list of all subdirectories and/or files. This should have:
A key use case for this feature is identifying the tree structure of a directory that needs to be monitored for change events (specifically on Windows).
The text was updated successfully, but these errors were encountered: