Home »

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

Question ListCategory: .NETWhat’s the use of System.Diagnostics.Process class?
jully882 author asked 8 years ago
1 Answers
milleranthony7 author answered 8 years ago

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&#8221😉 – remote file

Please login or Register to Submit Answer