tony Posted February 9, 2009 Posted February 9, 2009 Is there an equivalent of the stat function know in Perl/C? I can only find bits and pieces of it, line FileGetSize, FileGetTime,... Anything more advanced? thanks Tony
evilertoaster Posted February 9, 2009 Posted February 9, 2009 (edited) Most of the information returned by stat() can be retrieved in AutoIt. What piece are you looking for in particular? I don't think there is a direct clone of that particular command but you could easily make one. Edited February 9, 2009 by evilertoaster
tony Posted February 10, 2009 Author Posted February 10, 2009 Most of the information returned by stat() can be retrieved in AutoIt. What piece are you looking for in particular?I don't think there is a direct clone of that particular command but you could easily make one.I did notice that there is no direct equivalent. I was wondering if anybody had one that would kind of mimic stat. I didn't want to reinvent it.Thanks
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