NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing
GNU General Public License v3.0
11 stars 1 forks source link

Directory watcher subscribe to specific file or directory events #225

Closed NathanCheshire closed 1 year ago

NathanCheshire commented 1 year ago

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

NathanCheshire commented 1 year ago

Implemented.