Same here.
at least with CF5,  from the Help :

BM_1410542
Attribute
BM_1410544Description
BM_1410546source
BM_1410548Required. The full pathname of the file to move.

BM_1410550destination
BM_1410552Required. The full pathname of the directory or full
pathname of the file to which the file will be moved. If you do not specify
the filename, a trailing slash must be included in the target when moving a
file. Use the backward slash (\) on Windows; use the forward slash (/) on
UNIX.

BM_1410554attributes
BM_1608027Optional. A comma-delimited list of file attributes to be
set on the file being moved. The following file attributes are supported:

* readOnly

* temporary

* archive

* hidden

* system

* normal

BM_1608034If attributes is not used, the file's attributes are maintained.
If normal is specified with any other attributes, normal is overridden by
whatever other attribute is specified.
BM_1410556Individual attributes must be specified explicitly. For example,
if you specify only the readOnly attribute, all other existing attributes
are overwritten.






-----Original Message-----
From: brobborb [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 6:43 PM
To: CF-Talk
Subject: Re: CFFILE MOVE

HMmmm i thought the nameconflict attribute only applied when you are donig
an UPLOAD.
  ----- Original Message -----
  From: Saturday. S. Kidd
  To: CF-Talk
  Sent: Wednesday, March 10, 2004 5:58 PM
  Subject: RE: CFFILE MOVE

  Add the parameter nameconflict="error", or instead "makeunique", "skip"
  or "overwrite"

  Eg: <cffile action="" nameconflict="overwrite"
  file="/thisdirectory/blah.jpg" destination="/thatdirectory/blah.jpg">

  hth

  -----Original Message-----
  From: brobborb [mailto:[EMAIL PROTECTED]
  Sent: 10 March 2004 23:44
  To: CF-Talk
  Subject: CFFILE MOVE

  Hey guys when i use CFFILE to move a file into a directory, and a file
  with the same name exists in that directory, what happens?  does iot
  overite it with the new file?
    _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to