Execute a file?

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

How do I execute a file given the full path and filename (ie. start whatever
program is associated with the file and open it).
 
JezB,

The easiest I believe is to use Process.Sart(string filename) overload.
 
Back
Top