Skip to content

Adding filter list on FileSystemWatcher #583

@renatochitolina

Description

@renatochitolina

Hello!

Since Core 3.x, we have a filter list on the FileSystemWatcher, to provide an easy way to handle multiple file types.

var watcher = new FileSystemWatcher();
watcher.Filters.Add("*inbound*.xlsx");
watcher.Filters.Add("*inbound*.csv");

Would be possible to consider adding it to next versions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: coreIssues that address the core abstractions & the wrappersstate: ready to pickIssues that are ready for being worked ontype: enhancementIssues that propose new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions