About Question enthuware.ocpjp.v8.2.1596 :
Posted: Sat Feb 27, 2016 1:14 pm
The explanation example for the last option ( ..\..\index.html ) says that:
So looking at the example:“A ".." implies parent folder, therefore imagine that you are taking off one ".." from the right side of the plus sign and removing the last name of the path on the left side of the plus sign.”
Notice how the filename is removed and not part of the the path. Hence the example contradicts the explanation. This is especially misguiding since the filename is irrelevant in order to relativize the path.=> \personal\readme.txt + ..\..\index.html
=> \personal + ..\index.html