取得文件或文件夾的基名稱
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write(fs.GetBaseName("c:\winnt\cursors\3dgarro.cur"))
Response.Write("<br>")
Response.Write(fs.GetBaseName("c:\winnt\cursors\"))
Response.Write("<br>")
Response.Write(fs.GetBaseName("c:\winnt\"))
set fs=nothing
%>
</body>
</html>
結(jié)果:
3dgarro
cursors
winnt
相關(guān)文章
- ASP ASPError 對象
- ASP 教程
- ASP AtEndOfStream 屬性
- ASP Close 方法
- ASP RemoveAll 方法
- ASP AddHeader 方法
- ASP AppendToLog 方法
- ASP Contents 集合
- ASP Drives 屬性
- ASP CopyFolder 方法
- ASP GetAbsolutePathName 方法
- ASP GetDrive 方法
- ASP GetDriveName 方法
- ASP GetFileName 方法
- ASP GetParentFolderName 方法
- ASP GetSpecialFolder 方法
- ASP.NET HtmlInputCheckBox 控件
- ASP.NET HtmlInputText 控件
- ASP Transfer 方法
- 創(chuàng)建 welcome cookie