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
Sure, I can do this when I get a chance or happy to accept your pull request.
To answer your question, rootPath is the root path that you've registered when creating the DirectoryWatcher, so one of the directories you pass to .path(dir) or .paths(dirs) in the builder. If you're only registering one root then you don't really need this information, but it may be useful if you have multiple watchers or multiple paths registered with the same DirectoryWatcher instance.
Please document all the methods. For example, what is the difference between path() and rootPath()?
The text was updated successfully, but these errors were encountered: