chdir


Description:

public static bool chdir (string path)

Change current directory.

Parameters:

path

string containing the new current directory

Returns:

true: change directory is success, false: change directory is fail.