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);

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub