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
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