Canonicalize file names to help debugger.

This commit is contained in:
nboyd%atg.com 2001-01-08 02:12:52 +00:00
parent 0de6973509
commit 1de208b764
2 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public class Main {
in.close();
in = new FileReader(filename);
}
filename = new java.io.File(filename).getCanonicalPath();
}
catch (FileNotFoundException ex) {
Context.reportError(ToolErrorReporter.getMessage(

View File

@ -262,6 +262,7 @@ public class Main {
in.close();
in = new FileReader(filename);
}
filename = new java.io.File(filename).getCanonicalPath();
}
catch (FileNotFoundException ex) {
Context.reportError(ToolErrorReporter.getMessage(