<!DOCTYPE html>
<html>
<body>
<%
设置 fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetParentFolderName("c:\winnt\cursors\3dgarro.cur")
Response.Write("c:\winnt\cursors\3dgarro.cur 的父文件夹名称为: " & p)
设置 fs=nothing
%>
</body>
</html>