|
2 |
Updated title
|
||
Determining if file exists using c# and resolving UNC path |
||||
|
1 |
|
||
Determining if file exists using c#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 returns false positives - i would have expected an exception when trying to create the instance).
Neither seems to be able to resolve a UNC path of the following syntax: \\abcserver\c$\xyzfolder\foo.bar Any idea why the unc path is failing for these methods would be greatly appreciated.
|
||||
