How can I add some files into my project that will have file path independent from computer on which program is executed. I mean, I am using file "Names.txt" located on desktop and in order to read/write in it I have to use file-path something like "C:\\Users\\XYZ\\Desktop\\Names.txt" where XYZ is user-name dependent.
(I have created a new package called Files and saved "Names.txt" in Files Is there any "short" file path now something like "src\\Files\\Names.txt or so?)