FileWatcher icon indicating copy to clipboard operation
FileWatcher copied to clipboard

Missing possibility: watch-filters - all instead of any

Open tobfel opened this issue 9 months ago • 0 comments

Hi,

any possibity to only watch specific folder with specific files?

watch-path is a Drive with many subdir's and many files that would match the filename-filer, but i only want to monitor files matching from a specific folder. :</path>

      <filters>
         <files>
            <name>*.pas</name>
         </files>
         <folders>
            <name>XE</name>
         </folders>
      </filters>

Thank you. Tobias

tobfel avatar May 08 '25 08:05 tobfel