ASP SerialNumber Property
The ASP SerialNumber Property is used to return the serial number of a particular drive. Syntax: DriveObject.SerialNumber Example: The below code demonstrates the ASP Drive.SerialNumber Property. ASP <% dim fs,dr set fs=Server.CreateObject("Scripting.FileSystemObject") 'Getting the required driv