Returns the directory instance for the named location.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Use Open(File)")] public static FSDirectory GetDirectory( string path ) |
Visual Basic |
---|
<ObsoleteAttribute("Use Open(File)")> _ Public Shared Function GetDirectory ( _ path As String _ ) As FSDirectory |
Visual C++ |
---|
[ObsoleteAttribute(L"Use Open(File)")] public: static FSDirectory^ GetDirectory( String^ path ) |
Parameters
- path
- Type: System..::..String
the path to the directory.