Skip to main content
Participating Frequently
April 20, 2007
Question

CFFILE Delete Error???

  • April 20, 2007
  • 1 reply
  • 397 views
I am trying to delete a file from a directory and am getting an error. The funny thing is that the file is actually deleting and then throwing the error. Has anybody experienced this? I am on a linux box running CFMX 7.

ERROR:
The destination "/xxxxxx/xxxxxx/xxxxxx/xxxxxx/xxxxxx/xxxxxx/xxxxxx/1881_1.tif" specified in the CFFILE tag is invalid.


The destination either does not exist or is not accessible by this tag

Why is it saying destination? I do not get it?

Any help would be appreciated

--
Thank You,
Frank
    This topic has been closed for replies.

    1 reply

    Participant
    April 20, 2007
    I believe the "Destination" piece is just they way they refer to the fiel you are deleting. I wouldnt dwell on it too much.

    As for the error, verify that the account used to run the ColdFusion service has access to that directory. It seems to be a permissions error.