Intro to Computing - How Files and Folders Organize Data
Given the folder structure:
If the current folder is
Root/
FolderA/
File1.txt
FolderB/
File2.txt
If the current folder is
Root/FolderA, what file does the relative path ../FolderB/File2.txt point to?