how to get an exe description ?

delphi package - easy access to shell apis
Post Reply
kgulol
Posts: 9
Joined: Sat Jan 07, 2012 5:42 pm

how to get an exe description ?

Post by kgulol »

when we right click to properties of an executable file we can see description and version
how can I get version and description and other details ?

thank you so much.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: how to get an exe description ?

Post by madshi »

That's not a feature currently offered by madShell. You can get this kind of information directly by using the win32 APIs. See GetFileVersionInfoSizeA/W, GetFileVersionInfoA/W, VerQueryValueA/W etc.
Post Reply