I have read a similar post, but i just cant figure out the problem.
I have changed the windows permissions and changed routes.
When i try to save a file it t
You do not have permissions to access the file. Please be sure whether you can access the file in that drive.
string route= @"E:\Sample.text"; FileStream fs = new FileStream(route, FileMode.Create);
You have to provide the file name to create. Please try this, now you can create.