<% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("根目录为: " & d.RootFolder) set d=nothing set fs=nothing %>
效果会显示在右边 Create by 软晨网(RuanChen.com)