Revision 6a7b8909 trunk/Pithos.Core/Agents/StatusAgent.cs

b/trunk/Pithos.Core/Agents/StatusAgent.cs
761 761
            if (!Path.IsPathRooted(path))
762 762
                throw new ArgumentException("The path must be rooted", "path");
763 763
            Contract.EndContractBlock();
764

  
764
            //TODO: May throw if the agent is cleared for some reason. Should never happen
765 765
            _persistenceAgent.Post(() => DeleteFolderDirect(path));   
766 766
        }
767 767

  

Also available in: Unified diff