App下载

demo_path 在线工具

demo_path 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The path is " & d.Path)
set d=nothing
set fs=nothing
%></FONT>

</body>
</html>
运行结果