About Question enthuware.ocpjp.v8.2.1599 :
Posted: Wed Mar 09, 2016 2:36 pm
Just a typo:
should beFor example, "a/c" relativize "a/b" is "../b" because "/a/c/../b" is "/a/b"
orFor example, "/a/c" relativize "/a/b" is "../b" because "/a/c/../b" is "/a/b"
For example, "a/c" relativize "a/b" is "../b" because "a/c/../b" is "a/b"