How can i list the files in a directory by using time stamp filter.

How can i list the files in a directory by using time stamp filter.

pub.file:listFiles

can we specify time stamp filter in this built-in service?

Hi Akash,
No as per the built-in services guide. I see filter eg., .java or
EDI
.tx*

You can try giving the time stamp in the filter. See how it behaves.

Is your file system windows/linux based?

See if this pub.utils:executeOSCommand helps :idea:

If you want to list the files in a directory using timedatestamp go for a custom java service.