取得文件扩展名
代码:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write("The file extension of the file 3dgarro is: ")
Response.Write(fs.GetExtensionName("c:\winnt\cursors\3dgarro.cur"))
set fs=nothing
%>
</body>
</html>
结果:
The file extension of the file 3dgarro is: cur
相关文章
- ASP Global.asa
- ASP Dictionary 对象
- ASP SkipLine 方法
- ASP ShortName 属性
- ASP RemoveAll 方法
- ASP Buffer 属性
- ASP Charset 属性
- ASP AppendToLog 方法
- ASP CodePage 属性
- ASP FolderExists 方法
- ASP GetFileName 方法
- ASP GetParentFolderName 方法
- ASP.NET HtmlAnchor 控件
- ASP.NET HtmlInputImage 控件
- ASP Transfer 方法
- ASP.NET Items 属性
- welcome cookie
- 使用 asp 写文本
- 将用户重定向至一个不同的 url
- 创建 welcome cookie