Return the file version for a specific file name.
Namespace:
Devolutions.UtilsAssembly: 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