1 Answers
By using System.Diagnostics.Process class, we can provide access to the files which are presented in the local and remote system.
Example: System.Diagnostics.Process(“c:mlaksexample.txt”) – local file
System.Diagnostics.Process(“http://www.mlaks.comexample.txt”😉 – remote file