Not able to access network drive location using csharp code while running script through Jenkins
Tried with
File.Copy("sourcepathloc", "destpathloc")
It's working while running automation script from visual Studio but getting an error while running it through Jenkins.