Hello,

is there a possibility to get files with multiple file extensions?
I need something like

DirectoryInfo myDirectory = new DirectoryInfo("c:\MyDir")
FileSystemInfo[] myReceivedFiles = myDirectory.GetFiles("*.aaa;*.bbb")

but unfortunately that doesn't work.


Thank you

sunax