| | |
| | | |
| | | public static final String STR_DOT = "."; |
| | | |
| | | public String umbenennen(HttpExchange exchange, String relPfad, String neuerName, File file) |
| | | public String umbenennen(/*HttpExchange exchange, */String relPfad, String neuerName, File file) |
| | | throws IOException { |
| | | File neueDatei; |
| | | String fname = file.getName().toLowerCase(); |
| | |
| | | * Ordnerinhalt auflisten: |
| | | * Lister().liste(ordnerName, ctx, basisOrdner) |
| | | * |
| | | * TODO: JSON-Liste und Miniurl sowie Handhabung von Bilddateien ueberpruefen |
| | | * |
| | | * Datei speichern: |
| | | * Writer.speichern(file, content) |
| | | * |