removeFile method

PathHelper removeFile()

Implementation

PathHelper removeFile() {
  deleteFile();
  return this;
}