Page 1 of 1

About Question enthuware.ocpjp.v8.2.1599 :

Posted: Wed Mar 09, 2016 2:36 pm
by javalass
Just a typo:
For example, "a/c" relativize "a/b" is "../b" because "/a/c/../b" is "/a/b"
should be
For example, "/a/c" relativize "/a/b" is "../b" because "/a/c/../b" is "/a/b"
or
For example, "a/c" relativize "a/b" is "../b" because "a/c/../b" is "a/b"

Re: About Question enthuware.ocpjp.v8.2.1599 :

Posted: Wed Mar 09, 2016 11:23 pm
by admin
Fixed.
thank you for your feedback!
Paul.