Table of Contents

Method PushDirectory

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

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 string

New current directory path.