Tamar Christina
Tamar Christina
@hasufell that looks great and handles all the paths I'd expected. The only question I have is how does it handle `/` as a separator. `/` is a valid path...
> There'll be some questions on how to preserve the uncurry addExtension (splitExtension x) == x' property. Probably can't be maintained for non-default streams. > EDIT: I tested it and...
> What if we do this: > > ``` > > splitExtension "lol.txt::$DATA" > ("lol::$DATA",".txt") > > addExtension "lol::$DATA" ".txt" > "lol.txt::$DATA" > ``` > > I think that's somewhat...
> The fact that filepath as a library treats \\\\?\\UNC\\ special is in my opinion more of a wart than a feature. I don't consider \\\\?\\UNC\\ a special case in...
> @Mistuke this is ready for review Sorry was on holidays!