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!
Voters
Zavexeon
Language?
RyanTenerelli
@Zavexeon whoops Java. sorry. But I seem to have figured it out.
I am having same issue did you find fix?
At least that's one way of doing it.