Could someone explain the process of copying folders? I have a folder with read-only files in it that I want to copy to a new location. The first time is fine but when I re-copy over an existing folder I get the permission denied error because the files already exist and are read-only. Do I need to loop thru each file and set it to remove the read-only attribute or can I somehow do that on the folder level? If you could provide a code sample that would be much appreciated.