I was working on a project which was working fine till yesterday. I don't know if I changed some setting or what but now its not reading files in the src folder.
I made a new demo project just to check if the problem exist in my code of IDE setting for reading a test file and printing it buit eventhat is giving the same error.
As you can see members.txt exist in the src folder as I said.Moreover when I hoverover member.txt in code it is giving me the full details of file like abs path, size and all, which tells that atlease IDE is able to access the file as well.