Hi
I wanted to chek file existance with UNC path.
But i thought UNC will slow for cheking of file.exist method.
so i want to map that UNC path and then check for the File Existance case..
how can i map drive using C# code..
and any one have exact idea about timing to check File Existance with UNC path & Map drive path..
as in my testing i found UNC is faster to check file existance compare to map drive..but wondering how it possible?
Thanks