Topic: Bug in File_Rename() (1 of 1), Read 15 times
Conf: VEDIT Macro Language Support
From: Christian Ziemski
Date: Wednesday, August 11, 2004 08:34 AM

While testing my last file renaming macros I found a bug in the File_Rename() command.

If the source and the target name are the same (in my test only different in case (trying to rename test.txt to TEST.TXT)) VEDIT's File_Rename() deletes the file!
(O.k. it asks the user whether the target should be overwritten before...)

The DOS REN command works fine.

Christian