cfdocs

fileMove

Moves file from source to destination

fileMove(source, destination)
returns void

Argument Reference

Name Type Required Default Description
source string Yes   Path where the file is located currently
destination string Yes   Path where a copy of the file should be placed

Move file from here to there

fileMove(sourcefile, destinationfile);