On Thu, 11 Nov 2004 11:30:40 -0800, Lawrence Ng <[EMAIL PROTECTED]> wrote: > directory path is incorrect. > > should be "\" not "/" and check your file permissions. > > u should implement a try catch framework as well >
Eh? That's not true at all. The path separator on a *nix system is the forward slash, "/", not the backslash, "\". I do lots of file read/writes in our environment and I use the forward slash without issue. Also, somebody else noted dots in the path. This isn't an issue either. Tests need to be run to make that the user that CF runs as is able to right to *each directory* that leads to the ultimate destination. In *nix systems, if you have permissions to write to a sub-directory, but not to a parent directory, you'll be denied. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184019 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

