To get the list of files of current Date

Hi,

I wanted to get the files (.png) format, which are downloaded for the current Date.

Query:

directory.GetFiles(in_Config(FolderPath,"*.png").Where(function(r) New FileInfo(r).CreationTime.Date=Now.Date).ToArray
2 Likes