Apache Lucene.Net 2.4.0 Class Library API

Directory.List Method 

Returns an array of strings, one for each file in the directory. This method may return null (for example for {@link FSDirectory} if the underlying directory doesn't exist in the filesystem or there are permissions problems).

public abstract string[] List();

See Also

Directory Class | Lucene.Net.Store Namespace