App下载

demo_getfilename 在线工具

demo_getfilename 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
Set fs=Server.CreateObject("Scripting.FileSystemObject")

Response.Write("The file name of the last component is: ")
Response.Write(fs.GetFileName("c:winntcursors3dgarro.cur"))
set fs=nothing
%></FONT>


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