rename-file <from file> to <to file> [ status <status> ]Copied!
rename-file "/home/u1/d1/f1" to "/home/u1/d2/f2" status st if-true st equal GG_OKAY @Rename successful. <br/> end-ifCopied!
rename-file "f1" to "f2" status st if-true st equal GG_OKAY @Rename successful. <br/> end-ifCopied!