From 7c33b7e497d6adce9f684473255bda4969b87dc7 Mon Sep 17 00:00:00 2001 From: Arndt Brenschede Date: Sat, 6 Jul 2019 12:39:13 +0200 Subject: [PATCH] delete raw tracks after rd5 download --- .../src/main/java/btools/routingapp/BInstallerView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java b/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java index 4950af6..efeb7c5 100644 --- a/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java +++ b/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java @@ -193,7 +193,7 @@ public class BInstallerView extends View private void deleteRawTracks() { - File modeDir = new File( baseDir + "/brouter/segments4/modes" ); + File modeDir = new File( baseDir + "/brouter/modes" ); String[] fileNames = modeDir.list(); if ( fileNames == null ) return; for( String fileName : fileNames )