Lucene.Net.Store.CompoundFileDirectory.RenameFile C# (CSharp) 메소드

RenameFile() 공개 메소드

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