<html>
<body>

<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetParentFolderName("c:\winnt\cursors\3dgarro.cur")

Response.Write("c:\windows\cursors\abc.cur Ãû³ÆÊÇ£º" & p)

set fs=nothing
%>

</body>
</html>