Hi, I'm running an application from a network share, this application then try to verify if the path "C:\temp" exist and return true or false.
If the code is runned localy, there's no problem. If it's runned from a network share, I get the result false, even if the folder exist localy.
The code is C# on framework 2.0
Thank you