Apache Lucene.Net 2.1 Class Library API

SupportClass.FileSupport.GetFiles Method 

Returns an array of abstract pathnames representing the files and directories of the specified path.

public static FileInfo[] GetFiles(
   FileInfo path
);

Parameters

path
The abstract pathname to list it childs.

Return Value

An array of abstract pathnames childs of the path specified or null if the path is not a directory

See Also

SupportClass.FileSupport Class | (global) Namespace