<!DOCTYPE html><html><body> <%dim fs,dset fs=Server.CreateObject("Scripting.FileSystemObject")set d=fs.GetDrive("c:")Response.Write("The path is " & d.Path)set d=nothingset fs=nothing%> </body></html>