Cheers, you need to make sure you are running ColdFusion as an account that has permissions to perform these operations on the computer/server.
M!ke -----Original Message----- From: Web Specialist [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 11:55 AM To: CF-Talk Subject: Size of directory - WSH Hi all this script deletes a folder inside a hosting directory: <cfobject type="COM" action="create" class="Scripting.FileSystemObject" name="myFso"> <cfset folder = myFso.GetFolder("#originalfolder#")> <cfset folder.Delete() > Works fine that. But in my WindowsXP and Windows2000 Server don't. What I need to works? Cheers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206433 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

