取得某个指定驱动器的名称
代码:
<!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 属性
- 探测用户发送的字节总数
- 此文件最后被修改的时间是?