-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of the new Filters parameters #6
Comments
Can you send a usage example? How would you use it in the original type? |
You can use the existing Filter property
|
Hi, |
I see. Have you tried setting all the filters into the `Filter` property?
Try `watcher.Filter = "*.txt;*.csv"`
If that doesn't work I will implement the Filters
Στάλθηκε από Outlook για Android<https://aka.ms/AAb9ysg>
…________________________________
From: Eric CANADAS ***@***.***>
Sent: Wednesday, April 10, 2024 10:37:03 AM
To: melenaos/FileSystemSafeWatcher ***@***.***>
Cc: melenaos ***@***.***>; Comment ***@***.***>
Subject: Re: [melenaos/FileSystemSafeWatcher] Support of the new Filters parameters (Issue #6)
Hi,
I want to monitor multiple file extensions
I see this thread in my search but your good implementation don't have this fonctionnality :
https://stackoverflow.com/questions/6965184/how-to-set-filter-for-filesystemwatcher-for-multiple-file-types#answer-61145821
—
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABXJ2CCSPV2PQ3C7ZGFU6BDY4TTZ7AVCNFSM6AAAAABF6X3DHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBWG42DKMRSGM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Yes, I tried this but it's not working ! |
You can get the new version now. |
Great ! |
Thanks for testing it! |
It's possible to add the support of the new Filters parameter which allows to specify multiple extensions...
The text was updated successfully, but these errors were encountered: