![]() |
install examples documentation |
|
rename-file <from file> to <to file> [ status [ define ] <status> ]
rename-file "/home/u1/d1/f1" to "/home/u1/d2/f2" status define st
if (st == VV_OKAY) {
@Rename successful. <br/>
}
rename-file "f1" to "f2" status define st
if (st == VV_OKAY) {
@Rename successful. <br/>
}