FileMove()
Moves file from source to destination
	FileMove( source=any, destination=any );
	
	Returns: void
| Argument | Description | 
|---|---|
| 
									source
								any,
									
										required | edit file to move. | 
| 
									destination
								any,
									
										required | edit Pathname of the destination directory or file. If not an absolute path, it is relative to the source directory. | 
Examples
editfilemove(sourceFilePath,destinationFilePath);
See also
- File handling
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)
