Given this example, you start in html_lives_here
. Lets break down the file reference.
The ../
says go up a folder in the folder tree. Now you are looking in parent_folder
.
The ./
says stay whatever folder I'm in. You are still in parent_folder
The final_project_folder/
part means now to go into the final_project_folder
folder.
I don't think this is the file structure you actually have however.