基本介紹
- 中文名:GetDrive
- 類別:C語言函式
- 函式功能:返回當前的磁碟驅動器
- 函式原型:int _getdrive( void )
C語言函式函式簡介函式名稱:_getdrive 函式功能:返回當前的磁碟驅動器,1代表A盤,2代表B盤,依次類推 函式原型:int _getdrive( void ); 所屬庫名:direct.h程式...
Drive 在計算中的是描述對特定磁碟驅動器或網路共享的屬性提供訪問。...... Set d = fs.GetDrive(fs.GetDriveName(drvPath)) s = "Drive " & UCase(drvPat...
函式原型:int _chdrive( int drive );返回值:改變驅動器成功則返回0,否則返回-1ChDrive程式示例 下面的程式示例來自MSDN// crt_getdrive.c...
Set d = fs.GetDrive(drvpath)Select Case d.DriveTypeCase 0: t = "Unknown"Case 1: t = "Removable"Case 2: t = "Fixed"...
其中GetDrive方法返回一個與指定路徑中的驅動器相對應的 Drive 對象。該方法的語法格式為object.GetDrive drivespec,object是一個FSO對象的名稱,drivespec用於指定...
GetBaseNeme方法 GetDrive方法 GetDriveName 方法 GetExtensionName方法 GetFile方法 GetFileName 方法 GetFolder方法 GetObject函式 GetParentFolderName方法 GetSetting...
Sub ShowDriveInfo(drvpath) Dim fs, d, s, t Set fs = CreateObject("Scripting.FileSystemObject") Set d = fs.GetDrive(fs.GetDriveName(fs....