Question
1
Replies
26
Views
Posted: January 22, 2021
Last activity: February 1, 2021
Get last modified file name from a directory
Hi,
I have a requirement to obtain the last modified file from a set of files in a specific folder. The folder path is passed as a parameter.
I need to obtain the latest modified file and read its content via an activity or a DT.
Is there any way to obtain this without incorporating Java?
TIA
This was resolved by implementing an activity with the following steps.