/// <summary>Retrieves the version of a file.</summary> /// <param name="Filename">The name of the target file, which is assumed to be in %A_WorkingDir% if an absolute path isn't specified.</param> public static string FileGetVersion(this string Filename) { _AHK ahk = new _AHK(); return(ahk.FileGetVersion(Filename)); }