<!DOCTYPE html>
<html>
<body>

<%
设置 fs=Server.CreateObject("Scripting.FileSystemObject")

Response.Write("最后一个组件的文件名是: ")
Response.Write(fs.GetFileName("c:\winnt\cursors\3dgarro.cur"))
清除 fs
%>



</body>
</html>