Radsam Posted March 7, 2007 Posted March 7, 2007 I'm trying to pull the file description but do not see a function for this. There is a function that pulls the file version, but not its description. Anyone know how I would be able to do this? Thanks
_Kurt Posted March 7, 2007 Posted March 7, 2007 Simply use Simucal's FileGetExt function with the parameter 31. This function can be found here:http://www.autoitscript.com/forum/index.ph...c=25859&hl=Copy/Paste the function in your script, and it should look something like this:$FileDescription = _GetExtProperty($FilePath, 31) Msgbox(0,"","The following is the description of the file:" & @CRLF & $FileDescription)Kurt Awaiting Diablo III..
Moderators SmOke_N Posted March 7, 2007 Moderators Posted March 7, 2007 http://www.autoitscript.com/forum/index.ph...c=25859&hl= Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
_Kurt Posted March 7, 2007 Posted March 7, 2007 SmOke_N said: http://www.autoitscript.com/forum/index.ph...c=25859&hl=Beat you to it Awaiting Diablo III..
Moderators SmOke_N Posted March 7, 2007 Moderators Posted March 7, 2007 _Kurt said: Beat you to it Yep... at least it seems that neither of us have an issue with our search feature provided to us. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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