I put this code at App.config for winform.
<appSettings>
<add key="DocumentVault" value= "\\10.100.100.10\C$\SomePath\SomeWhere\Else\"/>
</appSettings>
but why I still can't access the filepath?
I put this code at App.config for winform.
<appSettings>
<add key="DocumentVault" value= "\\10.100.100.10\C$\SomePath\SomeWhere\Else\"/>
</appSettings>
but why I still can't access the filepath?
Please elaborate on "can't access the filepath"--are you getting an exception? What does the error message say?
You need to check two things here:
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.