' statement exampleDIM x AS STRINGDIM y AS STRINGx = "C:\work\example1.vp"y = "D:\work\example1.vp"RENAME x, y, 0
' statement exampleDIM x AS STRINGDIM y AS STRINGx = "C:\work\example1.cdr"y = "C:\work\example2.cdr"success = RENAME (x, y, 0)