Sets the current drive.
SYS_SetDrive is supported only on Windows.
SYS_SetDrive (sDrive)
Variable | Description |
---|---|
sDrive | The letter of the drive to switch to. STRING. |
An exception is raised if sDrive does not exist.
SYS_SetDrive is executed by the Agent process, not the Silk Test Classic process. To affect the host process, use the function with the hHost notation or machine handle operator. For more information about the machine handle operator and hHost, see Machine handle operator.
SYS_SetDrive ("C")