I have a text file called WaterQuality1.txt in one of my folders and I tried to create a File object in Main by writing "File file1 = new File("WaterQuality1.txt");" but it's giving me a FileNotFoundException. Am I writing the file path wrong? Or something else?
How to get a file path?
I have a text file called WaterQuality1.txt in one of my folders and I tried to create a File object in Main by writing "File file1 = new File("WaterQuality1.txt");" but it's giving me a FileNotFoundException. Am I writing the file path wrong? Or something else?
Thanks!
Language?