alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.

Home Page:http://alphafs.alphaleonis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the list of files between days

avi081265 opened this issue · comments

How to get the list of files which are more than 180 days and less 360 days.

I also want to attributes (mentioned below) of each files
CreationTime,LastWriteTime, LastAccessTime,Extension,Length, Name, Directory, FullName, createdby, owner

Please advise.