I want to copy the contents(subdirectories and files) from source folder into destination folder.
Here is my code ...........
DirectoryInfo dir=new DirectoryInfo(MapPath(".")+"\\"+"Images");
dir.MoveTo(MapPath(".")+"\\"+"Hello");
and also I've set
The error i'm getting is given below...
Access to the path "c:\inetpub\wwwroot\Rough\Images" is denied
Guest UserPosted Jan 7, 2008, 5:24 PM