Summary
- Root
/
- base directory on your machine - Absolute Path - path to your file, starting from the root
/
- Relative Path - path starting from your current directory
- Dot
.
- a shortcut for your current directory - Double Dot
..
- a shortcut to the parent directory of your current directory - Home
~
- a shortcut to your home directory, that will resolve as an absolute path