中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

ASP DriveExists 方法


FileSystemObject 對象參考手冊 完整的 FileSystemObject 對象參考手冊

DriveExists 方法返回指示指定的驅動器是否存在的布爾值。如果驅動器存在則返回 True ,否則返回 False。

語法

FileSystemObject.DriveExists(drive)
參數(shù) 描述
drive 必需的。驅動器字母或者完整的路徑規(guī)定。

實例

<%
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 對象參考手冊其他擴展