[Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread Luciano _
Hi. First: I'm developing an application that use System.IO and i read that there are some IO operation classes in the Mono.Unix namespace. Which is the best solution? System.IO or Mono.Unix? I'm developing a Linux-Only Application. Second: Could someone explain (example) how

Re: [Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread Jonathan Pryor
On Fri, 2006-12-22 at 17:49 +, Luciano _ wrote: First: I'm developing an application that use System.IO and i read that there are some IO operation classes in the Mono.Unix namespace. Which is the best solution? System.IO or Mono.Unix? I'm developing a Linux-Only Application. Use

Re: [Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread Luciano _
] CC: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] System.IO or Mono.Unix Date: Fri, 22 Dec 2006 10:58:19 -0800 MIME-Version: 1.0 Received: from mail.davidb.org ([66.93.32.219]) by bay0-mc9-f7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 22 Dec 2006 10:59:05 -0800

Re: [Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread David Brown
Luciano _ wrote: First: I'm developing an application that use System.IO and i read that there are some IO operation classes in the Mono.Unix namespace. Which is the best solution? System.IO or Mono.Unix? I'm developing a Linux-Only Application. The simple answer would be: does your