Gleasonator
New Member
There is nice function in .NET Directory.GetFiles, it's simple to use it when I need to get all files from directory. \[code\]Directory.GetFiles("c:\\Files")\[/code\]But how (what pattern) can I use to get only files that created time have today if there are a lot of files with different created time?Thanks!