ASP DriveExists 方法

FileSystemObject 对象参考手册 完整的 FileSystemObject 对象参考手册

DriveExists 方法返回指示指定的驱动器是否存在的布尔值。如果驱动器存在则返回 True ,否则返回 False。

语法

FileSystemObject.DriveExists(drive)
参数描述
drive必需的。驱动器字母或者完整的路径规定。

实例

<%
 dim fs
 set fs=Server.CreateObject("Scripting.FileSystemObject")
 if fs.DriveExists("c:")=true then
   response.write("Drive c: exists!")
 else
   response.write("Drive c: does not exist.")
 end If
 set fs=nothing
 %>

FileSystemObject 对象参考手册 完整的 FileSystemObject 对象参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号