Click or drag to resize

EAPUtilFileVersion Method

Obtains the file version for the specified file, if found.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int FileVersion(
	string filename
)

Parameters

filename
Type: SystemString
The fully qualified path the file.

Return Value

Type: Int32
The scaled version number, or zero if file is not found.
See Also