Retrieving the version number from a file 
Author Message
 Retrieving the version number from a file

As one of my first projects, I need to write a app (hopefully in VB 6.0)
that allows a user to run a report that will extract the internal revision
number from a list of files that end in the same extension (in this case
.rpt since they are all Crystal Report files).

I just need to know how to retrieve the revision number from a file (or is
it file type specific) for report purposes - fwiw, the revision number is
visible when right clicking properties on the file in explorer.

Thanks,
Mark



Wed, 18 Jun 1902 08:00:00 GMT  
 Retrieving the version number from a file

Quote:

>As one of my first projects, I need to write a app (hopefully in VB 6.0)
>that allows a user to run a report that will extract the internal revision
>number from a list of files that end in the same extension (in this case
>.rpt since they are all crystal report files).

>I just need to know how to retrieve the revision number from a file (or is
>it file type specific) for report purposes - fwiw, the revision number is
>visible when right clicking properties on the file in explorer.

>Thanks,
>Mark

Check out this page:

http://www.mvps.org/vbnet/code/_acc/ndxfileapi.htm

Search that page for "last modified"...

Regards,

Gregory Silvano
http://www.codehound.com
Free Internet Search Engine for VB Developers



Wed, 18 Jun 1902 08:00:00 GMT  
 Retrieving the version number from a file
whoa...there's enough there to keep me busy for awhile. :))

thanks



Quote:

> >As one of my first projects, I need to write a app (hopefully in VB 6.0)
> >that allows a user to run a report that will extract the internal
revision
> >number from a list of files that end in the same extension (in this case
> >.rpt since they are all crystal report files).

> >I just need to know how to retrieve the revision number from a file (or
is
> >it file type specific) for report purposes - fwiw, the revision number is
> >visible when right clicking properties on the file in explorer.

> >Thanks,
> >Mark

> Check out this page:

> http://www.mvps.org/vbnet/code/_acc/ndxfileapi.htm

> Search that page for "last modified"...

> Regards,

> Gregory Silvano
> http://www.codehound.com
> Free Internet Search Engine for VB Developers



Wed, 18 Jun 1902 08:00:00 GMT  
 Retrieving the version number from a file

Quote:

>whoa...there's enough there to keep me busy for awhile. :))

>thanks

You're welcome...he does an awesome job on that site.  It's an amazing
resource...

Regards,

Gregory Silvano
http://www.codehound.com
Free Internet Search Engine for VB Developers



Wed, 18 Jun 1902 08:00:00 GMT  
 Retrieving the version number from a file
"He" thanks you. :-)

--

Randy Birch, MVP Visual Basic

http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/




|
| >whoa...there's enough there to keep me busy for awhile. :))
| >
| >thanks
| >
|
| You're welcome...he does an awesome job on that site.  It's an amazing
| resource...
|
|
| Regards,
|
| Gregory Silvano
| http://www.codehound.com
| Free Internet Search Engine for VB Developers
|



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. How do you retrieve a version number of a file?

2. Retrieving file version

3. Retrieving File Version information in VB

4. retrieving file version

5. Need help counting number of records retrieved from an Access file

6. How to retrieve compressed numbers in a file?

7. How retrieve number of file on a disk

8. File.EXE version number?

9. Reading the Version Number of a System File

10. Getting a file's version number

11. Comparing File Version Numbers?

12. Storing app version number with database file

 

 
Powered by phpBB® Forum Software