Mark Levedahl <mlevedahl@xxxxxxxxx> writes: > On 9/16/23 08:56, Mark Levedahl wrote: >> >> >> >> So, there is hope c:\foo will split into c: foo, or c:\ foo, but >> testing on Windows is needed. Really need Dscho or someone else from >> g4w to help out here. >> >> > I did install git for windows into a bare VM, running tclsh.exe on that > > > puts [file split {c:\foo}] > c:/ foo Great. That is exactly what we want to see. Thanks.