Add floordiv to pathlib.Path for strict append

__abs__() might be useful for exposing a version of absolute() that can eliminate “..” segments at the beginning of a relative path but not elsewhere, as described in this thread: