取得某個指定驅動器的名稱
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetDriveName("c:\winnt\cursors\3dgarro.cur")
Response.Write("The drive name is: " & p)
set fs=nothing
%>
</body>
</html>
結果:
The drive name is: c:
相關文章
- ASP Global.asa
- ASP File 對象
- ASP Content Linking
- ASP ReadLine 方法
- ASP ShortName 屬性
- ASP ShortPath 屬性
- ASP Count 屬性
- ASP Add 方法
- ASP ExpiresAbsolute 屬性
- ASP ASPError 對象的屬性
- ASP BuildPath 方法
- ASP FileExists 方法
- ASP FolderExists 方法
- ASP GetBaseName 方法
- ASP.NET HtmlButton 控件
- ASP.NET HtmlForm 控件
- ASP.NET HtmlInputRadioButton 控件
- ASP.NET Items 屬性
- 探測用戶發送的字節總數
- 此文件最后被修改的時間是?