Environment: CurrentDirectory (let)

CurrentDirectory

Sets the current directory for the executing application.



 Public Property Let CurrentDirectory(
	  ByVal RHS As String )

Parameters

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

Remarks

Read/Write.

See Also

Project VBCorLib Overview Class Environment Overview Environment Properties Environment Methods CurrentDirectory (get) EnvironmentVariableTarget