. Advertisement .
..3..
. Advertisement .
..4..
I’m looking for a way to Write File Paths In Javascript but haven’t found the answer yet. What should I do?
Here are some notes:
/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards
Here is the instruction that worked for me, Let’s check it out.