rename

Description

Rename a file or directory.

Properties

NameDescriptionRequired
name A name, can be any text. No.
from The from file. Yes unless input supplied.
to The to file. Yes unless output supplied.

Example


 <rename from="data/some.txt" to="work/other.txt"/>
 
    


(c) Rob Gordon 2005