I’m trying to read a file using FileReader, but the file I’m trying to access is in a different directory than the running code. Is there any way to make FileReader read files in other directories?
If not, are there any alternative ways of reading files from different directories?
Thanks in advance
Sure you can