Changes the current working directory. If the specified path does not contain a drive letter, the default drive's current directory is changed. Otherwise, the specified drive's current directory is changed and the specified drive is made the current drive.

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 SetCurrentDirectory(
	SalString sPath
)

Parameters

sPath
Type: PPJ.Runtime..::..SalString
The path name of the new current working directory.

Return Value

bOk

See Also