cffile copy, move ... filename conflict?
Hi:
I am working on a file copy and move operation, I realized in cffile action="upload", coldfusion can detect if filename already exist and give some error or overwrite, and also give result attribute for me to know what's going on.
But in cffile action="copy" and action="move", there is no nameConflict attribute and result attribute. So I don't know what's going on while copy or move operation, and the worst thing ever, it didn't even generate an error or something or at least give me result for me to detect what's going on. Does it overwrite? How do I check result?
Thanks.