How to get file version?

2002-09-27 Thread Le, Ha (OPB)
I read in a filename but I don't know how get the file version out of the file. It seems Perl stat() doesn't work this way. Anybody knows what Perl function or module will work? Thanks, HL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get file version?

2002-09-27 Thread Jeff 'japhy' Pinyan
On Sep 26, Le, Ha (OPB) said: I read in a filename but I don't know how get the file version out of the file. It seems Perl stat() doesn't work this way. Anybody knows what Perl function or module will work? How are you defining a file version? -- Jeff japhy Pinyan [EMAIL PROTECTED

How to get file version?

2002-09-26 Thread Le, Ha (OPB)
I read in a filename but I don't know how get the file version out of the file. It seems Perl stat() doesn't work this way. Anybody knows what Perl function or module will work? Thanks, HL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get file version?

2002-09-26 Thread david
Ha Le wrote: I read in a filename but I don't know how get the file version out of the file. It seems Perl stat() doesn't work this way. Anybody knows what Perl function or module will work? what file version do you refer to? david -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to get file version?

2002-09-26 Thread James Edward Gray II
Could you be more specific about what you mean by version? You mean for an executable? James On Thursday, September 26, 2002, at 07:23 PM, Le, Ha (OPB) wrote: I read in a filename but I don't know how get the file version out of the file. It seems Perl stat() doesn't work this way