TruePath icon indicating copy to clipboard operation
TruePath copied to clipboard

Implement and check the behavior to calculate parents from exclusively-relative paths (`.`, `..`)

Open ForNeVeR opened this issue 10 months ago • 0 comments

Currently, new LocalPath(".").Parent (the same for paths like .. or ../..) is not defined: I'm not sure what it should be.

We need to see how other libraries define this path's parent (I lean towards null) and implement the same logic.

ForNeVeR avatar Apr 21 '24 18:04 ForNeVeR