how to check files copy are started in folder in c#.net
how to check files copy are started in folder in c#.net
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.
Sunny SharmaPosted Aug 2, 2013, 6:13 AM
Yes, Scott Lysle is right, you can just check if the intended file is there in desired folder or not.
If you want to ask something else, please explain your concern.
Scott LyslePosted Aug 2, 2013, 5:23 AM
Are you wanting to see if a file you copied to a destination has been written there? You can use System.IO.File.Exists(pathToFileAsString) to see if it is there.