Loading a specific file.

edited July 2016 in How To...

I have been trying to use the dataPath() to find a file, which it works but when i try to load the file and display it, it wont work. I've tried using " File file = new File(dataPath("save.txt")); " with " if(file.exists()){} " but that doesn't work. Please tell me what I am doing wrong. I really want to get this working before i just give up on it and put it off.

Answers

Sign In or Register to comment.