<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>