案例:ASP/ADO案例     状态:不可编辑再运行    进入横版
x
 
1
2
<html>
3
<body>
4
5
<%
6
Set fs=Server.CreateObject("Scripting.FileSystemObject")
7
p=fs.GetDriveName("c:\windows\cursors\abc.cur")
8
9
Response.Write("驱动器名称是:" & p)
10
11
set fs=nothing
12
%>
13
14
</body>
15
</html>
16

 运行结果 
 北美留学生论坛