Environment: CurrentDirectory (let)

CurrentDirectory

Sets the current directory for the executing application.



 Public Property Let CurrentDirectory(
	  ByVal Value As String )

Parameters

Value
[ByVal] String. The new directory to change to.

Read/Write.

See Also

Project CorLib Overview

Class Environment Overview