Apache Lucene.Net 2.1 Class Library API

FSDirectory.CreateOutput Method 

Creates a new, empty file in the directory with the given name. Returns a stream writing this file.

public override IndexOutput CreateOutput(
   string name
);

See Also

FSDirectory Class | Lucene.Net.Store Namespace