DotLucene 1.4 API Documentation

FSDirectory.RenameFile Method 

Renames an existing file in the directory.

public override void RenameFile(
   string from,
   string to
);

See Also

FSDirectory Class | Lucene.Net.Store Namespace