C# 4.0: Is there a way to check if application not exist in System.Diagnostics.Process.Start
Posted
by xscape
on Stack Overflow
See other posts from Stack Overflow
or by xscape
Published on 2010-04-27T00:45:37Z
Indexed on
2010/04/27
0:53 UTC
Read the original article
Hit count: 217
c#4.0
|system.diagnostics
I want to open any file type by using the code below:
System.Diagnostics.Process.Start(pathFile);
Is there a way to check if system application not exist?
for example: pdf, the local machine has no acrobat reader.
© Stack Overflow or respective owner