fileMove

Moves file from source to destination

fileMove(source, destination) → returns void

Argument Reference

source string
Required

Path where the file is located currently

destination string
Required

Path where a copy of the file should be placed

Examples
Sample code invoking the fileMove function

fileMove(sourcefile, destinationfile);

Fork me on GitHub