User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
131
132
133
134
135
136
137
138
139
140
134
Chapter 2: ColdFusion Tags
Example
This example copies the keymemo
.doc file to the c:\files\backup\
directory:
<cffile action = "copy"
source = "c:\files\upload\keymemo.doc"
destination = "c:\files\backup\">
1
...
...
132
133
134
135
136
...
...
1108