NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory watcher subscribe to specific file or directory events

NathanCheshire opened this issue · comments

Subscribers should also be able to subscribe to the creation, deletion, or modification of a specific file or directory and not just all. By default it will be all but we should add constructors to allow targeting of files matching a regex for filename and for extension

Implemented.