Subhasish 0 Posted July 27, 2010 Hi I'm very new to programing and so is in Autoit. I did little trial here and there, got success in few cases, mostly by using built-in functions. I I'm struck in one place though. I've a program where everyday new (text)file is imported from a folder to update. My autoit script is unable to select the latest modified file, which function or process should I use. Please guide me............thanks in advance... Share this post Link to post Share on other sites
Andreik 66 Posted July 27, 2010 (edited) Can you post your script?LE: Maybe helps you this UDF. Edited July 27, 2010 by Andreik When the words fail... music speaks Share this post Link to post Share on other sites
czardas 1,269 Posted July 27, 2010 FileGetTime will give you the time a file was modified. You need to compair the different versions to determine the most recent. operator64 ArrayWorkshop Share this post Link to post Share on other sites
Subhasish 0 Posted July 27, 2010 Can you post your script? LE: Maybe helps you this UDF. Thanks Andereik for the quick reply, I'm attaching the script here, it may be in very basic form but it is working for me till the point i wrote it and got struck.BhavcopyUpdate.au3 Share this post Link to post Share on other sites