Subhasish Posted July 27, 2010 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...
Andreik Posted July 27, 2010 Posted July 27, 2010 (edited) Can you post your script?LE: Maybe helps you this UDF. Edited July 27, 2010 by Andreik
czardas Posted July 27, 2010 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
Subhasish Posted July 27, 2010 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now