public override hash() as Long:
Returns a hash of the normalized absolute path used by path equality.
Hash compatible with Path.operator== on the current platform.
Path.operator==
import klyn.io assert Path(".").hash() == Path.cwd.hash()