File path
A file path shows the path to a location of a certain file in the file system.
There are different types of file paths:
- Absolute
    - /home/jacob/school
- Relative
    - ./school
    - ../../etc
- Special Entries
    - ./ refers to your current location
    - ../ refers to one directory above the current location