set_CurrentDirectory()

Environment::set_CurrentDirectory(const String&) method

Sets the specified directory as the current working directory.

static void System::Environment::set_CurrentDirectory(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The fully qualified path to the directory to be set as current working directory

See Also