On window, paths looks bad, and are not agreeable to type. On, Linux, it's different. So, user friendly path are path that are inspired by Linux. Computer friendly path are path that are valid for a computer, depending on the OS.
Example on window¶
Friendly form | Computer form |
---|---|
~/folder/file.txt |
C:\Users\<username>\folder\file.txt |
C:\Users\math\here |
C:\Users\math\here |
You'd like to use aliases? Have a look at the aliases page then!