From: SourceForge.net <no...@so...> - 2005-10-28 16:02:57
|
Bugs item #1340838, was opened at 2005-10-28 15:57 Message generated for change (Comment added) made by eide You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1340838&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tcl-API Group: Current >Status: Closed Resolution: None Priority: 5 Submitted By: Bernd Eidenschink (eide) Assigned to: Nobody/Anonymous (nobody) Summary: ns_rename deletes file Initial Comment: ns_rename, set up in "compat.tcl", deletes a file if it is given as source and target. ns_rename <filename> <filename> The underlying "file rename" command would notice that but the file gets deleted before the call to it. ---------------------------------------------------------------------- >Comment By: Bernd Eidenschink (eide) Date: 2005-10-28 16:02 Message: Logged In: YES user_id=197910 Added a check if "from" and "to" match and throw an error if so. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1340838&group_id=130646 |