Apache Lucene.Net 2.4.0 Class Library API

FSDirectory.GetDirectory Method

Returns the directory instance for the named location.

Overload List

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(FileInfo);

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(FileInfo,LockFactory);

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(FileInfo,bool);

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(string);

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(string,LockFactory);

Returns the directory instance for the named location.

public static FSDirectory GetDirectory(string,bool);

See Also

FSDirectory Class | Lucene.Net.Store Namespace