ASP GetExtensionName 方法

[

ASP GetExtensionName 方法

完整的 FileSystemObject 对象参考手册

GetExtensionName 方法返回包含指定路径中最后成分的文件扩展名的字符串。

语法

FileSystemObject.GetExtensionName(path)

参数 描述

path

必需的。需返回文件扩展名的文件的路径。

实例

<%

dim fs

set fs=Server.CreateObject("Scripting.FileSystemObject")

Response.Write(fs.GetExtensionName("c:\test\test.htm"))

set fs=nothing

%>

输出:

htm

完整的 FileSystemObject 对象参考手册

]
转载请保留页面地址:https://www.breakyizhan.com/asp/18762.html

posted on 2020-07-07 22:10  MrAit  阅读(93)  评论(0编辑  收藏  举报

导航