1
Answer

File filtering in C#

I working on C# application to filter the files sent from the computer to USB device based on the
file attributes. For example filter files by name, size, extension and other characteristics.


Any ideas?

Answers (1)