Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I retrieve a csv from a ftp server but they will have different dates on it. I want to always retrieve the "last modified" file. Is there a function in the script that can do this? Thanks.
There is FileTime() function which gives Last Modified TimeStamp. You can use that to determine which file you want to load into your application.
There is FileTime() function which gives Last Modified TimeStamp. You can use that to determine which file you want to load into your application.