0
Answer

GetFiles with more than one mask

How can i use GetFiles to get me only *.avi and *.mpg FileInfo[] fiArr = di.GetFiles("*.avi") How do I include the *.mpg Thanks for any help it is appreciated