I have a procedure that needs to delete listed files. I use the Deletefile function to delete the files listed in a TStringList. Now I've come across a problem that not all files are deleted. Files that are in a web/internet folder (e.g. folders created by MS Frontpage) are not deleted. With the CopyFile function the files are copied. Why could this be? What makes these folders and files different than the other? What can I use to make sure that all files in the list are deleted?