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 )