Example #1
0
 public bool Execute()
 {
     return(DirectoryActions.DeleteDirectory(Target, Recursive));
 }