Well - if you are doing it using <CFFILE> and <CFDIRECTORY> it will be "cross platform". You simply have to write your delete of a directory to be recursive (i.e. you routine will need to look and see if there are files to be deleted and delete those first before deleting the directory). You may find there are some custom tags out there that already do this.
If you want to have some sort of "trash" thing - you will have to code that separately and move the files rather than delete them. That is what the windows shell functions do (they rename into a different directory on the same drive - which has a minimal overhead because it literally moves the directory entry not the file). Regards, Gary Menzel --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
