SyntaxFix
Write A Post
Hire A Developer
Questions
Try to create a file using the code, so you will get to know the path of the file where the system create
File test=new File("check.txt"); if (test.createNewFile()) { System.out.println("File created: " + test.getName()); }