NDoclet

Explorer.cd Method

Changes the working directory.

Syntax

public void cd(
   String dir
);

Parameters

dir
The name of the directory to change to.

Exceptions

Exception TypeCondition
java.io.FileNotFoundExceptionThe directory named by dir does not exist.

See Also

Explorer Class | ndoclet.demo Package