Hi, I am using Visual Studio 2005 and try to do a simple backup program with two textboxes. One textbox that the user can choose from some locations and one textbox to choose a destination folder. When textbox1 is "My documents" and when I try to hit the "Copy" button it generates an error: Security Exception was unhandled: Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED). It doesn't matter which destination I choose, the code copies a partial of the files and folders and then generates that error. Please help!