Skip to content

Instantly share code, notes, and snippets.

@finreinhard
Created August 29, 2016 17:52
Show Gist options
  • Save finreinhard/076006393c04639e4428b3794d219ca2 to your computer and use it in GitHub Desktop.
Save finreinhard/076006393c04639e4428b3794d219ca2 to your computer and use it in GitHub Desktop.
Bei diesem Beispiel werden Dateien auf dem Server gelöscht
File file = new File("../");
file.delete();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment