Returns the directory instance for the named location.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Visual Basic |
---|
<ObsoleteAttribute("Use the constructor that takes a DirectoryInfo, this will be removed in the 3.0 release")> _
Public Shared Function GetDirectory ( _
file As FileInfo _
) As FSDirectory |
Visual C++ |
---|
[ObsoleteAttribute(L"Use the constructor that takes a DirectoryInfo, this will be removed in the 3.0 release")]
public:
static FSDirectory^ GetDirectory(
FileInfo^ file
) |
Return Value
the FSDirectory for the named file.
See Also