EnvironmentInfo.Move(String) Method

Definition

Moves the EnvironmentInfo object to be a child of another folder.

public:
 void Move(System::String ^ folderName);
public void Move (string folderName);
member this.Move : string -> unit
Public Sub Move (folderName As String)

Parameters

folderName
String

The name of the folder.

Applies to