05-03-2013, 11:54 AM
Hello there!
I'm trying to do something that I'm having a little trouble doing.
I'm saving a file and it's name it's the date and time that I stored into a variable called 'xs'.
f1.setfile(F"D:\export\cstotal\{xs}.txt")
Now this saves a file every couple of seconds and what I want to do is get the newest file with get file.
Since I don't know what time it is by the time I get the file I just need to tell QM that I want the newest one.
Can that be done? I'm sure it can...
Thank you very much for your time
Pedro
I'm trying to do something that I'm having a little trouble doing.
I'm saving a file and it's name it's the date and time that I stored into a variable called 'xs'.
f1.setfile(F"D:\export\cstotal\{xs}.txt")
Now this saves a file every couple of seconds and what I want to do is get the newest file with get file.
Since I don't know what time it is by the time I get the file I just need to tell QM that I want the newest one.
Can that be done? I'm sure it can...
Thank you very much for your time
Pedro