This was tried under win2k and 98SE:
With tcl 8.5a2:
% glob //host/dir/subdir/*
no files matched glob pattern "//host/dir/subdir/*"
% glob -directory //host/dir/subdir/ *
//host/dir/subdir/test
With tcl 8.4.11:
% glob //host/dir/subdir/*
//host/dir/subdir/test
I don't know if this is still open because I haven't
8.5a4 on thess computers.
Logged In: YES
user_id=32170
I imagine this is the same as 1100542, which was fixed (see
the tcl changelog).