>> I'm trying to retrieve version information from file(s).
>> It seems that I have to use 3 Win32 functions:

Personally, I just use Win32::AdminMisc

  use Win32::AdminMisc;
  my %vInfo;
  if (Win32::AdminMisc::GetFileInfo( $file, \%vInfo ))
  {
    print "$_ : $vInfo{$_}\n" foreach sort keys %vInfo;
  }

Tim







_________________________________________________________________________
                                                                      
The information contained in this message is intended for the addressee
only and may contain confidential and/or privileged information.
If you are not the addressee, please delete this message and notify the
sender; you should not copy or distribute this message or disclose its
contents to anyone.
Any views or opinions expressed in this message are those of the author
and do not necessarily represent those of WestLB or any of its affiliates.
No reliance may be placed on this message without written confirmation
from an authorised representative of its contents.

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to