Hi OCN members 
I'm trying to make a little app that will scan our shared drive (X:) and copy all the AVI and MP4 files that are over 100MB to a folder on my C drive.
The point of this is to convert them into a smaller size to save space and it gets tiring scanning that drive everyday for files and copying them back and fourth.
Any ideas on how to do it? I've tried using the FileInfo.Length and FileCopy but that only works with one file and cannot find a way to make it work with multiple files.
If you need any more information then just ask

I'm trying to make a little app that will scan our shared drive (X:) and copy all the AVI and MP4 files that are over 100MB to a folder on my C drive.
The point of this is to convert them into a smaller size to save space and it gets tiring scanning that drive everyday for files and copying them back and fourth.
Any ideas on how to do it? I've tried using the FileInfo.Length and FileCopy but that only works with one file and cannot find a way to make it work with multiple files.
If you need any more information then just ask








thanks