FileInfo frequency?

Joined
Nov 23, 2011
Messages
1
Reaction score
0
I'm trying to look at a directory folder containing a number of files. I need to find the frequency of each type and the last modified dates. I want to be able to put in a "minimum date" and find all files modified after. Im trying to using FileInfo and DirectoryInfo but have only been able to output the dates so far.

I apologize in advance, as I haven't worked with console apps much and am new to C#.

Any help please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top