helper command 'fullnormalize', replaced complex file
split/lrange/join/eval operation with 'file dirname'.
+2007-06-19 Andreas Kupries <andreask@activestate.com>
+
+ * library/starkit.tcl (header): See last entry. Simplified the
+ helper command 'fullnormalize', replaced complex file
+ split/lrange/join/eval operation with 'file dirname'.
+
2007-05-28 Andreas Kupries <andreask@activestate.com>
* library/starkit.tcl (header): Added helper command
# return [file join {expand}[lrange [file split
# [file normalize [file join $path __dummy__]]] 0 end-1]]
- return [eval [list file join] [lrange [file split \
- [file normalize [file join $path __dummy__]]] 0 end-1]]
+ return [file dirname [file normalize [file join $path __dummy__]]]
}
# called from the startup script of a starkit to init topdir and auto_path