Sudhir_P
(Sudhir P)
December 9, 2021, 7:56am
1
I have folder with two excels and created on different dates.
How to open previous date excel file.
Tried Get directory, but stuck on how to filter based on date and time?
Please help.
Hi @Sudhir_P
Check with the thread below!
This CheatSheet introduces the basic use of available functionalities provided by the .Net API in order to deal with the filesystem. With further examples also special cases are presented.
Basic Usage
System.IO.Directory
Directory offers some static methods for basic operations on folder and subfolders
arrFullFilePaths | String() = Directory.GetFiles("C:\_demo\FileSystem\SubfolderA")
Visuals [grafik]
[grafik]
[grafik]
System.IO.DirectoryInfo
The DirectoryInfo class offers instance metho…
Regards