FileServices.moveFile

Moves the file specified by fromPath to the path specified by toPath. Returns false if either fromPath does not exist or toPath does exist. This operation is equivalent to a rename.

returns boolean

Parameters

java.lang.String  fromPath,  java.lang.String  toPath,