Forum Discussion
omatzura
18 years agoSuper Contributor
Hi!
the working directory is probably not the same as the directory of your testcase.. try
System.out.println( new File(".").getAbsolutePath() );
to find the current working directory..
regards!
/Ole
eviware.com
the working directory is probably not the same as the directory of your testcase.. try
System.out.println( new File(".").getAbsolutePath() );
to find the current working directory..
regards!
/Ole
eviware.com