Skip to content
Snippets Groups Projects
Commit 51567e19 authored by hansen's avatar hansen
Browse files

c

parent 90b70b32
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,8 @@ public class B2TLA {
String message, boolean deleteOnExit) {
File d = new File(dir);
d.mkdirs();
File file = new File(d + File.pathSeparator+ fileName);
System.out.println("paht: " +file.getAbsolutePath());
File file = new File(dir + File.separator + fileName);
System.out.println("path: " +file.getAbsolutePath());
try {
file.createNewFile();
FileWriter fw;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment