Closed LourensVeen closed 5 years ago
It'd be nice if we could get a Path to the root of a FileSystem using .root(). Workaround is to use fs / '', but that's not very pretty or clear.
fs / ''
ISTR that I had this at some point, then removed or decided against it. Should see if I can find back why...
Seems like it was in the design and I just didn't implement it, should add then.
Fixed by 31a2740
It'd be nice if we could get a Path to the root of a FileSystem using .root(). Workaround is to use
fs / ''
, but that's not very pretty or clear.ISTR that I had this at some point, then removed or decided against it. Should see if I can find back why...