Apache Lucene.Net 2.4.0 Class Library API

SupportClass.FileSupport.GetLuceneIndexFiles Method 

Returns a list of files in a give directory.

public static string[] GetLuceneIndexFiles(
   string fullName,
   IndexFileNameFilter indexFileNameFilter
);

Parameters

fullName
The full path name to the directory.
indexFileNameFilter

Return Value

An array containing the files.

See Also

SupportClass.FileSupport Class | (global) Namespace