Monday 11 March 2013

Create a file

Leave a Comment
String filename = “test.txt”;
String workingDir = System.getProperty(“user.dir”);
File file = new File(workingDir, filename);

0 comments:

Post a Comment