Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to download the most recent file from an ftp server, by iterating through a directory using a tFtpFileList and tFtpFileProperties components. Then I'm sorting the rows using the "mtime" field, and sample the first row of the table, so that I can get the properties of the most recent file. My problem is that I cannot get the value from the tSampleRow component in order to pass it as a filemask parameter in the tFtpGet component (I use "row3.basename" as a filemask, which doesn't give any results). What am I missing here ?
Thanks !