Return the file version for a specific file name.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetFileVersion ( _
	fileName As String _
) As String
C#
public static string GetFileVersion(
	string fileName
)

Parameters

fileName
Type: System..::..String

Return Value

See Also