Tagged Questions

2
votes
5answers
4k views

Determining if file exists using c# and resolving UNC path

I am trying to write a function to determine if a file exists. The two methods prove to return inconsistent results (fileExists() seems to provide accurate results, compared to isFileFound(), that …