Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
appologies to reopen the resolved item.
As a part of the same requirement i need to copy only those files which are created not more the a minute before.
I was thinking of using a tfileProperties along with the below flow
tFileList--iterate--tfileExist---runif---tfilecopy
|
|
iterate(order2)
|
tfileProperties
and give the condition in runIf , something like (systemTime - filemodifiedTime < 1).
please suggest if it is the correct approach or can be achieved in some other way.