<%
Option Explicit
Dim objFileSys
Dim objDrives
Set objFileSys = Server.CreateObject("Scripting.FileSystemObject")
Set objDrives = objFileSys.Drives
%>
