I am not sure if I have some kind of setting that I need to change but my Description column in Dopus just shows "File Version: " & [Version Column Text]" instead of the file's description.
Ex: File Version: 1.0.0.1
Is there any way to change this behavior or is this a bug?
I cannot imagine Dopus wouldn't support this feature though since it already uses the API function used to get this info (like the Company name) which is called VerQueryValue inside version.dll, and it can also be used to read the file's description as well.
I am thinking this is just a setting I need to change or a bug that needs to be fixed.
The description field shows a description generated by the program which is different for every file type. It will also show comments you assign using the Set Comment function.
Which "description" are you actually talking about?
I am talking about the File Version Information's description.
That data is held in the same place that the File's company name is held:
Inside the resource directory of a PE file, which is contained inside of the "Version Info" (ID = 16) resource.
So basically, since this probably only PE (Portable Executable) files have resource directories then it would be limited to these file types:
.cpl, .exe, .dll, .drv, .obj, .ocx, .sys, .scr