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

ASP IsReady 屬性


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

IsReady 屬性返回指定驅(qū)動器是否就緒。就緒為 true,未就緒為 false。

注意:對于可移動媒體驅(qū)動器和 CD-ROM 驅(qū)動器,僅當(dāng)插入相應(yīng)的媒體并準(zhǔn)備接受訪問時,IsReady 返回 True。

語法

DriveObject.IsReady

實例

<%
dim fs,d,n
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("a:")
n = "The " & d.DriveLetter
if d.IsReady=true then
??n=n & " drive is ready!"
else
??n=n & " drive is not ready!"
end if
Response.Write(n)
set d=nothing
set fs=nothing
%>

輸出:

The A drive is not ready!

Drive 對象參考手冊 完整的 Drive 對象參考手冊其他擴展