xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

Root combined with empty is empty #7

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago
UPath.Root / ""
// vs
Path.Combine("/", "")

results in an empty path but it should just be root.

xoofx commented 6 years ago

Arg... I hate these remaining bugs for such a critical stuff, sorry for that. This is fixed by 81b9a03 and part of 0.3.2+