You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configurations should be exportable and importable, this would require changing every user-input path to be in terms of home directories.
e.g.
/home/aaron/myFolder/myFile should instead be stored as -> HOMEDIR/myFolder/myFile this would allow another person to then mimic the relative file location on their machine: /home/person/myFolder/myFile -> HOMEDIR/myFolder/myFile
The text was updated successfully, but these errors were encountered:
configurations should be exportable and importable, this would require changing every user-input path to be in terms of home directories.
e.g.
/home/aaron/myFolder/myFile
should instead be stored as ->HOMEDIR/myFolder/myFile
this would allow another person to then mimic the relative file location on their machine:
/home/person/myFolder/myFile
->HOMEDIR/myFolder/myFile
The text was updated successfully, but these errors were encountered: