https://bugzilla.novell.com/show_bug.cgi?id=349263
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349263#c2 Dick Porter <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Dick Porter <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
