Example #1
0
        public override void Delete()
        {
            if (!Exists())
            {
                throw new FileNotFoundException();
            }

            Client.DeleteFolderRecursively(Path.PathStr);
        }