Directory: SetCurrentDirectory

SetCurrentDirectory

Changes the current directory to the specified directory.



 Public Sub SetCurrentDirectory(
	  ByRef Path As String )

Parameters

Path
[ByRef] String. The new directory to set as the current directory.

Remarks

The path can be absolute or relative.

See Also

Project CorLib Overview

Class Directory Overview