 Object Menu
|

| SerialNumber |
| Type | Read-Only |
| Return Value Type | String |
| Usage | object.SerialNumber(Drive) |
| Description | Determines the serial number of the drive. |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.SerialNumberResult: -659545194 |
|