Beispiel #1
0
 /**
  * Remove the specified file from the local disk. If the file does not exist, the operation does
  * nothing.
  *
  * @param pathname the full path to the file to remove
  * @throws IOException if an IO error occurs while removing the file
  */
 public void removeLocalFile(String pathname) throws IOException {
   transmitFileHandler.removeLocalFile(pathname);
 }