Lucee Function Reference

filemove()

Moves file from source to destination

Example

filemove(any source,any destination):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
source any  Yes file to move.  
destination any  Yes Pathname of the destination directory or file. If not an absolute path, it is relative to the source directory.