App下载

demo_getdrivename 在线工具

demo_getdrivename 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetDriveName("c:winntcursors3dgarro.cur")

Response.Write("The drive name is: " & p)

set fs=nothing
%></FONT>

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