如何获取文件的名称和扩展名?

 

<%

Function getFilename(text)

text = Left(text,inStrRev(fl,”.”)-1)

getFilename = text

 xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” /??

End Function

 

Function getExtn(text)

text = Left(text,inStr(text,”.”)-1)

getExtn = text

End Function

%>

[1]

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
扎眼的阳光的头像扎眼的阳光普通用户
上一篇 2023年12月29日
下一篇 2023年12月29日

相关推荐