Alan Fitch
07/15/2021, 1:00 PM../dir1/file.js
where my file is in dir2
on the same level?Sandii
07/15/2021, 1:07 PM..
to go up tp the parent directory and then back down into dir1NElliott
07/15/2021, 1:09 PM/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards
https://stackoverflow.com/questions/7591240/what-does-dot-slash-refer-to-in-terms-of-an-html-file-path-locationAlan Fitch
07/15/2021, 1:20 PMAlan Fitch
07/15/2021, 1:20 PM