Click here to Skip to main content
15,916,188 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi Dear Teachers

I have 100 folders in this directory (@"D:\MyAlbum\...")
That each directory Contain *.jpg file

exp :

@"D:\MyAlbum\1001\exp1.jpg
@"D:\MyAlbum\1002\exp2.jpg
@"D:\MyAlbum\1003\exp3.jpg
and....

I want just copy the new folder that was added in the course <b>to</b> another Folder

exp : copy (@"D:\MyAlbum\1001",(@"f:\MyAlbum\1001"),false)

but before copied old folder Manually In the another Folder

i want select the new folder that was added in the course by ??? then copy to another folder
Without duplication;
/////
Thanks to all sincerely
Posted
Updated 24-Jul-13 10:49am
v2
Comments
ZurdoDev 24-Jul-13 16:22pm    
Drag and drop.
Sergey Alexandrovich Kryukov 24-Jul-13 16:51pm    
What makes it a problem? http://www.whathaveyoutried.com?
—SA
TryAndSucceed 24-Jul-13 17:08pm    
If you are going to change the folder destination every time you copy,then better have a Location selection as you do while installing any software.
BulletVictim 30-Jul-13 6:38am    
Look at this similar question
http://stackoverflow.com/questions/15642748/check-for-duplicate-filename-when-copying-files-in-c-sharp

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900