Answers for "import file 3 directories back"

3

javascript reference file two folders up

//.. selects the parent directory from the current. Of course, this can be chained:

../../index.php
//This would be two directories up.
Posted by: Guest on June-08-2020
1

import file 3 directories back

//Current Directory
./index.js

//One Directory Up
../index.js

//Two Directories Up
../../index.js
Posted by: Guest on December-23-2020

Code answers related to "import file 3 directories back"

Browse Popular Code Answers by Language