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 Type
Condition
java.io.FileNotFoundException
The directory named by
dir
does not exist.
See Also
Explorer Class
|
ndoclet.demo Package