my program on startup will: 1. search for a file 2. read the file 3. and set a string to the files contents
But the way ive done it it will only work if they have the exact path that i am hard coding in. i want the path to adapt to other computers. I think i should use the Path class but ive just heard about that so not sure where to go.
basically i want it to search for a file on any users desktop, and if its not there make it.
if you need some code to clarify i can post it just let me know