Returns an array of strings, one for each file in the
directory. Unlike {@link #list} this method does no
filtering of the contents in a directory, and it will
never return null (throws IOException instead).
Currently this method simply fallsback to {@link
#list} for Directory impls outside of Lucene's core &
contrib, but in 3.0 that method will be removed and
this method will become abstract.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual string[] ListAll() |
Visual Basic |
---|
Public Overridable Function ListAll As String() |
Visual C++ |
---|
public: virtual array<String^>^ ListAll() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.Directory.ListAll"]