Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Copying a file
You can copy a file from one location to another location on the device by using the copy function as shown in the following example:
<cfset cfclient.file.copy(source,destination)> |
Method summary
copy(source, destination) – copies a file from source to destination
- returns - None
- params
- source – Absolute or relative path of the source filename (including the file name)
- destination – Absolute or relative path of the destination filename (including the file name)