Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drive Serial Number
Message
From
24/05/1999 12:53:47
 
 
To
24/05/1999 12:20:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00221199
Message ID:
00222130
Views:
31
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform