From: Zoran V. <zv...@ar...> - 2005-07-03 12:13:48
|
Am 03.07.2005 um 14:01 schrieb Bernd Eidenschink: > Hi Zoran, > > >> ns_cp (file copy) >> ns_mkdir (file mkdir) >> ns_rmdir (file delete) >> ns_unlink (file delete) >> ns_normalizepath (file normalize) >> ns_link (file link -hard) >> ns_symlink (file link -symbolic) >> ns_rename (file rename) >> >> I do not know why we would like to maintain those >> commands when Tcl is already giving us a good and >> maintained interface to the needed functionalitly? >> > > What was the reason the commands exist at all? :-) > I think this is left-over from Tcl7.x and AS 2.0 or earlier. > >> Now, were do you want to go today? >> > > I vote for Stephens tcl/compat.tcl way. A log notice would be nice > to track > down sideeffects of the change, just in case. Then be it. I will make compat.tcl wrappers and emit the: ns_log warning "foo call is deprecated: use bar instead" Zoran |