4142434445464748
//So in this case we force Windows network names to be resolved by local file system directly if (isWindowsNetworkPath(s)) return(Paths.get(s)); //Otherwise make a TPath TPath tPath = new TPath(s); return(tPath); }