usera Posted December 12, 2011 Posted December 12, 2011 Greeting, I am looking for a way to list all files created today. Thanks usera
somdcomputerguy Posted December 12, 2011 Posted December 12, 2011 Read about the functions FileFindNextFile() and FileGetTime() in the Help file. The time and date macros will probably be needed too. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
JohnOne Posted December 13, 2011 Posted December 13, 2011 KaFu. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
usera Posted December 13, 2011 Author Posted December 13, 2011 Read about the functions FileFindNextFile() and FileGetTime() in the Help file. The time and date macros will probably be needed too.Thanks, I think my point is how to do the global search for example C: not the current folder only.I am not sure how to use FileFindNextFile() to find all the files not just in the current folder.,Thanks
somdcomputerguy Posted December 13, 2011 Posted December 13, 2011 Thanks, I think my point is how to do the global search for example C: not the current folder only.I am not sure how to use FileFindNextFile() to find all the files not just in the current folder.,ThanksSorry, I mistyped. The function I meant was FileFindFirstFile, which should've lent to FileFindNextFile being used next. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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