取得指定驱动器的路径
代码:
<!DOCTYPE html><html>
<body>
<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The path is " & d.Path)
set d=nothing
set fs=nothing
%>
</body>
</html>
结果:
The path is C:
相关文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages – 发布
- ASP.NET Web Forms 教程
- ASP.NET RangeValidator 控件
- ASP.NET AdRotator 控件
- WebSecurity Login 方法
- WebSecurity ResetPassword 方法
- ASP.NET HTML 控件 Calendar 2
- RadiobuttonList
- ASP.NET HTML 控件 RangeValidator 2
- ASP.NET HTML 控件 ArrayList DropDownLis
- ASP.NET HTML 控件 XML RadiobuttonList
- VB 实例 实例解释
- ASP.NET Calendar TodaysDate 属性
- ASP.NET LinkButton PostBackUrl 属性
- ASP.NET TableRow HorizontalAlign 属性
- ASP.NET TextBox AutoPostBack 属性
- htmlinputradiobutton
- 当用户点击链接时发送查询信息
- 使用单选按钮的表单