Hello all,
When I'm using below code, I am getting exception for System.IO for one drive part:
- Directory.CreateDirectory(myfolder);
- Directory.Move(path, Path.Combine(myfolder, Path.GetFileName(path)));
Please help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 5, 2020, 12:42 PM
Jignesh KumarPosted Mar 6, 2020, 11:53 PM