Skip to content

v0.9.4 - PrefixFs - fix prefixing Windows path

Compare
Choose a tag to compare
@jxsl13 jxsl13 released this 12 Sep 13:48
· 40 commits to master since this release
7f054ef

This release tackles the problem that occurs when you prefix a Windows path C:\H\I\J with another Windows path C:\A\B\

Previously you were not able to do that because you'd get the following file path which is invalid: C:\A\B\C:\H\I\J
This update fixes that behavior in a way that you are now getting such a path instead: C:\A\B\C\H\I\J
It's now misisng the : in the middle.