Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.