I think it's a bug also...

If I execute this code with 4.60 the file test.txt ends up in the folder:
D:\Data\Development\KiXtart\copyerr

If I execute it with 4.52 the file ends up in the folder:
D:\Data\Development\KiXtart\copyerr\test2

 Code:
@KIX ?
$XLA_Srce = "D:\Data\Development\KiXtart\copyerr\test1\test.txt"
$XLA_Dest = "D:\Data\Development\KiXtart\copyerr\test2"
$XLA_Srce ? 
$XLA_Dest ?
Copy $XLA_Srce $XLA_Dest 
'Code (' + @ERROR + ') ' + @SERROR ?


Even if you forget the backslash, it shouldn't be copied to the folder a level lower...

If anyone else agrees, we can put it in the suggestions forum (or beta forum, but since 4.60 is not beta any more this is probably not right)



Edited by DrillSergeant (2007-10-11 09:54 PM)
Edit Reason: lol, I didn't realize it was in the beta forum already...
_________________________
The Code is out there