<html>
<body>

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("·¾¶ÊÇ£º" & d.Path)
set d=nothing
set fs=nothing
%>

</body>
</html>