What’s the use of System.Diagnostics.Process class?

Q

What’s the use of System.Diagnostics.Process class?

✍: Guest

A

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:\mlaks\example.txt”) — local file
System.Diagnostics.Process(”http://www.mlaks.com\example.txt”) — remote file

2013-12-02, 1573👍, 0💬