App下载

demo_getextensionname 在线工具

demo_getextensionname 在线工具

<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>
运行结果