Nov 1, 2001 #1 khurram IS-IT--Management Jan 10, 2001 95 CA Does CF provide for multi-threaded emailing and file copying? Thanks.
Nov 2, 2001 #2 calista Programmer Jan 24, 2001 545 US CFFILE will upload, delete, or copy a file, along with several other operations. Here is the basic syntax: <CFFILE Action="Copy" Source="full path name" Destination="full path name" Attributes="file attributes"> Action, Source, and Destination are required fields. Attributes is optional. Don't know about the other. Calista :-X Jedi Knight, Champion of the Force Upvote 0 Downvote
CFFILE will upload, delete, or copy a file, along with several other operations. Here is the basic syntax: <CFFILE Action="Copy" Source="full path name" Destination="full path name" Attributes="file attributes"> Action, Source, and Destination are required fields. Attributes is optional. Don't know about the other. Calista :-X Jedi Knight, Champion of the Force