To provide progressbar while copying files IN c#.
To provide progressbar while copying files IN c#
To provide progressbar while copying files IN c#.
First,add a reference by
In solution explorer ,
Rigtclick Reference->Add a Reference->Select Microsoft.VisualBasic in component coloumn.
then,
Add a namespace,Using Microsoft.VisualBasic.FileIO;
then add the following code in your class.FileSystem.CopyDirectory(sourcePath,destinationPath,UIOption.ALLDialogs);
