NDoclet

Explorer.dir Method

Lists the contents of the working directory.

Syntax

public String dir(
   String globPattern
);

Parameters

globPattern
The glob pattern of the files to list; may be null.

Return Value

The files in the working directory matching globPattern, or all files in the working directory if globPattern is null.

See Also

Explorer Class | ndoclet.demo Package