Jump to content

File Description


Recommended Posts

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..

Link to comment
Share on other sites

  • Moderators

Beat you to it :whistle:

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...