DotLucene 1.4 API Documentation

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