Lucene.Net.Store.CompoundFileDirectory.RenameFile C# (CSharp) Method

RenameFile() public method

Not implemented
always: not supported by CFS
public RenameFile ( string from, string to ) : void
from string
to string
return void
        public void RenameFile(string from, string to)
        {
            throw new System.NotSupportedException();
        }