Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get VFP exe file built version number ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00208450
Message ID:
00208452
Vues:
26
You can use the GetFileVersion() function in foxtools. You can use it like this:
LOCAL ARRAY laVersionInfo[16]
SET LIBRARY TO FOXTOOLS.FLL ADDITIVE
=GetFileVersion("syssql.exe",@laVersionInfo)
?laVersionInfo(4)
You'll get quite a bit of info in the array returned by GetFileVersion(). The version is in element 4.

>Hi,
>
>How do I get my application build number from VFP 5. Is there any function or API that I can use to access my application own build number.
>
>Thank you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform