取得指定驅(qū)動(dòng)器的根文件夾
代碼:
<!DOCTYPE html><html>
<body>
<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The rootfolder is " & d.RootFolder)
set d=nothing
set fs=nothing
%>
</body>
</html>
結(jié)果:
The rootfolder is C:\
相關(guān)文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages HTML 表單
- ASP.NET Web Pages 圖表
- ASP.NET RangeValidator 控件
- HTML InputRadiobutton
- HTML Table 2
- ASP.NET HTML 控件 CompareValidator 2
- ASP.NET HTML 控件 RegularExpressionValidator
- C# 實(shí)例 使用 Chart 幫助器 根據(jù)數(shù)據(jù)庫(kù)顯示餅圖
- ASP.NET Calendar Caption 屬性
- ASP.NET Calendar NextPrevStyle 屬性
- ASP.NET Style 屬性
- ASP.NET CheckBox Text 屬性
- ASP.NET Button OnClientClick 屬性
- ASP.NET Button UseSubmitBehavior 屬性
- ASP.NET RadioButtonList RepeatColumns 屬性
- ASP.NET Style CssClass 屬性
- ASP.NET TableRow VerticalAlign 屬性
- ASP.NET TextBox Columns 屬性
- 使用method="get"的表單