File.getFiles

Overview | Methods | This Package | All Packages

File.getFiles

Retrieves the names of the files that match the specified search path.

Syntax

public static String[] getFiles( String path )

Parameters

path

The search path.

Return Value

Returns an array of strings containing the names of the files that match the search path.