From: ilya on
Is there the way to get the File Version of Product Version of the
file using java.(for all operation systems)?
From: bugbear on
ilya wrote:
> Is there the way to get the File Version of Product Version of the
> file using java.(for all operation systems)?

Which "file". Not all files are versioned.

BugBear
From: ilya on
For windows, for example, the files are *.dll.
From: bugbear on
ilya wrote:
> For windows, for example, the files are *.dll.

What about (e.g.) a *.jpg ?

Surely that doesn't have a version?

And (AFAIK) An executable may be versioned, but in
a different way (e.g. word 11.2)

BugBear
From: ilya on
Sorry, but I need the way how to get the file version. For which files
I will decide later. Now I need only for *.dll files.!!!