App下载

demo_getparentfoldername 在线工具

demo_getparentfoldername 在线工具

<html>
<body>

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

Response.Write("The parent folder name of c:winntcursors3dgarro.cur is: " & p)

set fs=nothing
%></FONT>

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