On Sun, 2010-01-24 at 16:55 +0100, Robert Jordan wrote: > Yes, native applications with access to main's argv[0] can achieve > it easily under Linux, but managed apps simply cannot access this > location.
System.Environment.GetCommandLineArgs()[0], anyone? This will return the value of C main's argv[0] to managed code. Or does this need to be overwritten and changed? - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
