The Version object is retrieved from the DOpus.version property. It provides information about the current version of Directory Opus.
Property Name | Return Type | Description |
---|---|---|
<default value> |
string |
Full version string (as shown in the About dialog). |
int |
The current build number. |
|
string |
The current module version (the version of dopus.exe itself). You can also enumerate or index this as a collection:int to retrieve the individual four digits of the module version. |
|
string |
The current product version (the release version of Directory Opus as a whole). You can also enumerate or index this as a collection:int to retrieve the individual four digits of the product version. |
|
object:WinVer |
Returns a WinVer object which provides information about the current version of Windows. |