changed Path Separator
This commit is contained in:
@@ -15,6 +15,6 @@ public class App {
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new App().getGreeting());
|
||||
|
||||
FileIO io = new FileIO(System.getProperty("user.dir") + File.separator + "tournierverwaltung_angrynerds");
|
||||
FileIO io = new FileIO(System.getProperty("user.dir") + "/tournierverwaltung_angrynerds");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user