Sets the current disk drive to the specified drive letter.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean FileSetDrive(
	SalString sDriveLetter
)

Parameters

sDriveLetter
Type: PPJ.Runtime..::..SalString
The new disk drive letter. The length of this parameter's value is one character. If you specify a value larger than this, reads only the first character.

Return Value

bOk

See Also