예제 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void delete() throws java.io.IOException
        public override void Delete()
        {
            File parentFile = _file.ParentFile;

            _fs.deleteFileOrThrow(_file);
            RemoveEmptyParent(parentFile);
        }