<html>
<body>

<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetDriveName("c:\windows\cursors\abc.cur")

Response.Write("Çý¶¯Æ÷Ãû³ÆÊÇ£º" & p)

set fs=nothing
%>

</body>
</html>