More experiments revealed more inconsistencies.
In Windows explorer, `\\host\share\doc\..\..` goes to a page listing all share names on the host,
`\\host\share\doc\..\..\..` goes to Network, and `\\host\share\doc\..\..\..\..` goes to Desktop.
However in CMD and PowerShell, `\\host\share\doc\..
On Mon, Mar 20, 2023 at 11:45 AM مهدي شينون
wrote:
>
> Hi everyone,
>
>
> Could you please consider migrating your project to another host other
> than sourcefoge where people could file bugs, propose changes and
> discuss things (like GitHub ot GitLab).
Sourceforge allows all of those thing
While reading more docs about paths today, I found that UNC paths do not seem to by possibly
relative. This means that `\\?\.\something` and `\\?\C:something` are not valid UNC paths.
After reading on that, I did some experiments:
Path MSYS2 bash resolves to CMD resolves to