SetCurrentDirectory()

Directory::SetCurrentDirectory(const String&) method

Sets the current directory.

static void System::IO::Directory::SetCurrentDirectory(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The path to the directory to make current

See Also