Directory.exist method issue in Firefox browser.
Posted
by swapna
on Stack Overflow
See other posts from Stack Overflow
or by swapna
Published on 2010-05-19T10:56:37Z
Indexed on
2010/05/19
11:00 UTC
Read the original article
Hit count: 254
Hi All,
I have a asp.net page which is checking a UNC path on a listbox item change event using Directory.exist method.
This works fine in Internet explorer.
But when i use firefox and debugging this method returns false even though the directory exists.
What could be the reason for this strange problem.
Please someone answer this
Thanks
SNA
© Stack Overflow or respective owner