Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drive Serial Number
Message
De
24/05/1999 12:53:47
 
 
À
24/05/1999 12:20:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00221199
Message ID:
00222130
Vues:
30
>I was hoping for an api call that would return the soft volume (or partition) serial number. I already have a class designed to handle copy protection, but would like to add the additional clarity that the harddrive's serial number would provide.
>

How about something like this:

LOCAL oFS, oDrive
oFS = CREATE( "Scripting.FileSystemObject" )
oDrive = oFS.GetDrive( "D:" )
? oDrive.SerialNumber
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform