| | |
| | | /* |
| | | neon-fm - File management extensions to Neon |
| | | fm - File management class library |
| | | Copyright (C) 2024 Ulrich Hilger |
| | | |
| | | This program is free software: you can redistribute it and/or modify |
| | |
| | | * @author Ulrich Hilger, 15. Januar 2024 |
| | | */ |
| | | public class Deflator { |
| | | |
| | | private final String STR_SLASH = "/"; |
| | | |
| | | /* --------------- Ordner packen ----------------- */ |
| | | /** |
| | |
| | | try { |
| | | //String fName = getFileName(e); |
| | | //logger.fine("fName: " + fName); |
| | | if (fName.endsWith(Const.STR_SLASH)) { |
| | | if (fName.endsWith(STR_SLASH)) { |
| | | File dir = new File(base, fName); |
| | | if (dir.isDirectory()) { |
| | | //logger.fine("absPath: " + dir.getAbsolutePath()); |