Description
Moves a specified file or folder from one location to another. The method does not move folder where the destination is on a different volume. You can write your own function to do this.
Syntax
folder.move(dest)
Parameters
Returns
Boolean. Returns true for success, false for failure.