Exemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public void remove(String[] segs) throws java.io.IOException
        public virtual void remove(string[] segs)
        {
            foreach (string n in segs)
            {
                int idx = getIdx(n);
                infos.remove(idx);
            }
            infos.changed();
            infos.commit(fsDir);
        }