C# 4.0: Is there a way to check if application not exist in System.Diagnostics.Process.Start
- by xscape
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.