I have a code that contains a path (reads some information from my computer).
For example, the file path is as follows -> "C:\Users...\Desktop\admin\class1\Info\text\file.txt" My wish is the following.
How can I attach those files to code so that the program can run on another computer?
My program is made in C#.