inm101 Posted August 4, 2009 Posted August 4, 2009 I need to figure out when Word was last used on our user's computers. If I right click winword.exe and view it's properties I can see the Last Accessed data and time. Does AutoIT have a function for this? I know there is a function for the creation date but it doesn't seem to apply to the Last Accessed date. Thank you.
zorphnog Posted August 4, 2009 Posted August 4, 2009 FileGetTime is what you're looking for. Use option 2 for the last accessed time.
inm101 Posted August 4, 2009 Author Posted August 4, 2009 FileGetTime is what you're looking for. Use option 2 for the last accessed time.That's perfect. Thank you!
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