<html>
<body>
<FONT COLOR=#ff0000><%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write("The file extension of the file 3dgarro is: ")
Response.Write(fs.GetExtensionName("c:winntcursors3dgarro.cur"))
set fs=nothing
%></FONT>
</body>
</html>