Lucene.Net 1.4.3 Class Library

Directory.CreateFile Method 

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

public abstract OutputStream CreateFile(
   string name
);

See Also

Directory Class | Lucene.Net.Store Namespace