klyn.io.Path.hash
method
public override hash() as Long:
Description

Returns a hash of the normalized absolute path used by path equality.

Returns

Hash compatible with Path.operator== on the current platform.

Example
import klyn.io

assert Path(".").hash() == Path.cwd.hash()