NAME
	mv - move a file (may handle directiories as well)

SYNTAX
	int mv(string from,string to);

DESCRIPTION
	Rename or move a file between directories. If the destination
	file already exists, it will be overwritten. Returns 1 on sucess,
	0 otherwise.

KEYWORDS
	file

SEE ALSO
	files/rm
