Also 4.52 Beta1 not overwriting the target if
- the target exists
- the target is to be found via an UNC path
Code:
Break On
$ = Open(1, "C:\Test1.txt", 1)
$ = Close(1)
$ = Open(1, "C:\Test2.txt", 1)
$ = Close(1)
Move "C:\Test1.txt" "\\"+@WKSTA+"\C$\Test2.txt"
? @ERROR ": " @SERROR
? @KIX