Not sure what Bernd is trying to accomplish, but I
know of many situations that I am storing the mail
file and I am forced to rename to file to match an id
from the database.

I understand the issue of needing unique names,
perhaps if different directories could be used.. but
this is probably getting more complicated :)

For the time being (if it helps any) I use:

<CFIF FileExists(GenerateFileName)>
  <CFLOCK>
    <CFFILE ACTION="Move">
    <CFFILE ACTION="Rename">
  </CFLOCK>
</CFIF>

Greg


__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to