[Mono-bugs] [Bug 349263] Process.Start()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 28 11:06:39 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=349263

User dick at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349263#c2


Dick Porter <dick at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |dick at novell.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |FIXED




--- Comment #2 from Dick Porter <dick at novell.com>  2008-03-28 09:06:39 MST ---
using System;
using System.Diagnostics;

class Program {

        static void Main (string[] args)
        {
                string file = "wibble.txt";

                Process p = new Process ();
                p.StartInfo.FileName = file;
                p.Start ();
        }
}

works fine for me on leopard 10.5.2 ppc, with current svn mono.  TextEdit
started and loaded the correct file.

Please reopen if it still fails for you.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list