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

DeleteFile() public method

Not implemented
always: not supported by CFS
public DeleteFile ( string name ) : void
name string
return void
        public override void DeleteFile(string name)
        {
            throw new System.NotSupportedException();
        }