I'm on a mac with a script that's writing files to the Documents folder. But I want to be able to write it where I can send it to my friends and they don't have to change the file's path.
File myFile = new File("Users/MyName/Documents/Test/user.text/");
Is there a way where I can make it relative where I don't have to switch around the MyName
to whatever the next person PC's name is?