Initializes a new instance of the SimpleFSDirectory..::..SimpleFSIndexOutput class

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public SimpleFSIndexOutput(
	FileInfo path
)
Visual Basic
Public Sub New ( _
	path As FileInfo _
)
Visual C++
public:
SimpleFSIndexOutput(
	FileInfo^ path
)

Parameters

path
Type: System.IO..::..FileInfo

[Missing <param name="path"/> documentation for "M:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexOutput.#ctor(System.IO.FileInfo)"]

See Also