取得某個指定路徑的父文件夾的名稱
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetParentFolderName("c:\winnt\cursors\3dgarro.cur")
Response.Write("The parent folder name of c:\winnt\cursors\3dgarro.cur is: " & p)
set fs=nothing
%>
</body>
</html>
結(jié)果:
The parent folder name of c:\winnt\cursors\3dgarro.cur is: c:\winnt\cursors
相關文章
- ASP 程序
- ASP 簡介
- ASP ReadLine 方法
- ASP WriteLine 方法
- ASP SubFolders 集合
- ASP CacheControl 屬性
- ASP BinaryWrite 方法
- ASP Flush 方法
- ASP Form 集合
- ASP Timeout 屬性
- ASP DeleteFile 方法
- ASP GetParentFolderName 方法
- ASP OpenTextFile 方法
- ASP.NET HtmlInputFile 控件
- ASP.NET SelectedIndex 屬性
- GET表單
- 如何使用來自表單的信息
- 創(chuàng)建 welcome cookie
- 探測用戶發(fā)送的字節(jié)總數(shù)
- 指定的文件存在嗎?