removeDir method

PathHelper removeDir()

Implementation

PathHelper removeDir() {
  deleteDirectory(recursive: true);
  return this;
}