SetDrive
- Updated2023-02-21
- 1 minute(s) read
SetDrive
int SetDrive (int driveNumber);
Purpose
Sets the current default drive.
Parameters
Input | ||
Name | Type | Description |
driveNumber | int | The drive number of the new default drive. The mapping between the drive number and the logical drive letter is 0 = A, 1 = B, and so on. Values: 0—25. |
Return Value
Name | Type | Description | ||||||
result | int | The result of the call.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later