int SetDrive (int driveNumber);
Sets the current default drive.
| Input | ||
| Name | Type | Description |
| driveNumber | integer | 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: 025. |
| Name | Type | Description | ||||||
| result | integer | The result of the call.
|