Method PushDirectory
PushDirectory(string)
Saves current directory path to memory and changes it to the specified path. Use PopDirectory() to restore saved folder. This method does the same as console command "pushd".
public static void PushDirectory(string path)
Parameters
path
stringNew current directory path.