S
sham
Hi to all,
I have a file that when I try to open gives the exception message "Access to
path c:\data\abc.mpg is denied".
As soon as I try to do file = new FileStream(filename, FileMode.Open); the
exception is raised.
I have rebooted my machine to make sure that nothing is locking the file and
yet I always get the same error for this file.
How can I find out more on what is causing the problem with this file?
Sham.
Ps. I have opened other files is the same directory and have not had any
problems.
I have a file that when I try to open gives the exception message "Access to
path c:\data\abc.mpg is denied".
As soon as I try to do file = new FileStream(filename, FileMode.Open); the
exception is raised.
I have rebooted my machine to make sure that nothing is locking the file and
yet I always get the same error for this file.
How can I find out more on what is causing the problem with this file?
Sham.
Ps. I have opened other files is the same directory and have not had any
problems.