Hi Team,
I want to pick only those files that are placed 1 hour back.
File Name is Test_10112022_080000.xls
Here the file contains file time as 8 which means file placed at 8pm/am
Assume current system time is 9pm/am i want only those files that are placed between 8 to 9.
I extracted 080000 and placed in variable FileTime
so FileTime<=Now.AddMinutes(-60).ToString(“hhmmss”)
Not getting me the correct result.
Some one share a sample file