Hi,
When i execute the below line of code in order to open the text file from the path.
str filepath = @"D:\";
System.IO.FileStream fs;
fs = new System.IO.FileStream(filepath , System.IO.FileMode::Open, System.IO.FileAccess::Read);

I am getting below error but I have full permission on the that drive.
Can anyone please suggest me how can i solve this ?
Thanks in advance
Guru
*This post is locked for comments
I have the same question (0)