Apache Lucene.Net 2.4.0 Class Library API

RAMDirectory.RenameFile Method 

Renames an existing file in the directory.

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

See Also

RAMDirectory Class | Lucene.Net.Store Namespace