取得文件名
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write("The file name of the last component is: ")
Response.Write(fs.GetFileName("c:\winnt\cursors\3dgarro.cur"))
set fs=nothing
%>
</body>
</html>
結(jié)果:
The file name of the last component is: 3dgarro.cur
相關(guān)文章
- ASP TextStream 對象
- ASP 實(shí)例
- ASP Add 方法
- ASP Remove 方法
- ASP RemoveAll 方法
- ASP BinaryWrite 方法
- ASP Redirect 方法
- ASP Session_OnStart 和 Session_OnEnd 事件
- ASP Execute 方法
- ASP DeleteFolder 方法
- ASP GetAbsolutePathName 方法
- ASP OpenTextFile 方法
- ASP.NET HtmlInputButton 控件
- ASP.NET HtmlInputHidden 控件
- ASP.NET HtmlInputRadioButton 控件
- ASP.NET AutoPostBack 屬性
- 設(shè)置頁面在失效前在瀏覽器中緩存時(shí)間
- 檢查用戶是否仍然與服務(wù)器連接
- 如何使用來自表單的信息
- 帶有復(fù)選框的表單