Help for this page

Select Code to Download


  1. or download this
    INT GetFileVersionTxt(STRING sFile, out STRING sVersion)
    
  2. or download this
    #!usr/bin/perl
    use Win32::API;
    my $filename="C:/WINNT/ieuninst.exe";
    $Api = new Win32::API(fileversion.dll, GetFileVersionTxt, [P,$filename
    +], [P,$output]);
    print "\output - $output";