Is there any alternative for System.IO.DirectoryInfo.Exists

前端 未结 4 425
渐次进展
渐次进展 2021-01-24 02:19

The System.IO.DirectoryInfo.Exists always return false if i am giving a UNC like this \\\\192.168.0.33\\Others (F).

and it occurs only when I r

4条回答
  •  一个人的身影
    2021-01-24 03:21

    It should work. My guess is that the account that your code is running under doesn't have access to the UNC path.

提交回复
热议问题