Click here to Skip to main content
15,917,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
How to move a folder from one place to another using MultiThread in windows application using c#.Am able to move a file from one folder to another but not able to make use of multithreading snice am new to that.please reply me giving example...








Thanks
Akshatha
Posted

 
Share this answer
 
To move a directory, use Directory.Move.

For multi-threading, this is a large topic. If you just want to move your folder in a background thread, then maybe you can use this:
ProgressForm: A simple form linked to a BackgroundWorker[^]

If you want to achieve something else, please explain further.
 
Share this answer
 

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