Tcl9 fix: fixed handling of leading "~" in file paths. In the Unix shell tradition, leading "~" in file paths denotes to the home directory.…
Show more
Tcl9 fix: fixed handling of leading "~" in file paths.In the Unix shell tradition, leading "~" in file paths denotesto the home directory. In Tcl9, we have to use [file home] instead.
Show less