欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP GetDrive 方法

定義和用法

GetDrive 方法可返回由 drivespec 參數(shù)規(guī)定的 Drive 對(duì)象。

語法:

FileSystemObject.GetDrive(drivespec)
參數(shù) 描述
drivespec 必需的?梢允球(qū)動(dòng)器字母 (c),或者帶有冒號(hào)的驅(qū)動(dòng)器字母,或者帶有冒號(hào)和路徑分隔符的驅(qū)動(dòng)器字母,或者任何網(wǎng)絡(luò)共享規(guī)范 (\\computer2\share1)。

實(shí)例

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:\")
set fs=nothing
%>