directory-1.3.7.1 works correctly on Windows:
> System.Directory.canonicalizePath "\\\\localhost"
"\\\\localhost"
But directory-1.3.8.0 does not:
> System.Directory.canonicalizePath "\\\\localhost"
"C:\\localhost"
I have not tracked the regression further. Might it be related to AFPP refactoring?.. CC @hasufell