Initializes a new instance of the FSDirectory..::..FSIndexOutput class

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

Syntax

C#
[ObsoleteAttribute]
public FSIndexOutput(
	FileInfo path
)
Visual Basic
<ObsoleteAttribute> _
Public Sub New ( _
	path As FileInfo _
)
Visual C++
[ObsoleteAttribute]
public:
FSIndexOutput(
	FileInfo^ path
)

Parameters

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

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

See Also