Re: [Mono-list] Simple code - differences in output between mono .Net

2004-03-08 Thread max
just wanted to add that it wouldn't necessarily take N times longer, if you do not search files on other mounted disks. I am thinking of the analogy with the find command which when specified -mount doesn't look for files on different filesystems (read mounts). Getting mounted points could then

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-04 Thread Iain McCoy
On Thu, 2004-03-04 at 03:13, Jonathan Stowe wrote: StreamReader mtab = new StreamReader(/etc/mtab); ArrayList stuff = new ArrayList(); string[] fields; while ( (line = mtab.ReadLine()) != null ) { fields = line.Split(new

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-04 Thread Jonathan Stowe
On Thu, 2004-03-04 at 09:39, Iain McCoy wrote: On Thu, 2004-03-04 at 03:13, Jonathan Stowe wrote: StreamReader mtab = new StreamReader(/etc/mtab); ArrayList stuff = new ArrayList(); string[] fields; while ( (line = mtab.ReadLine()) != null )

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-04 Thread jonathan.cooper
PROTECTED]; Mono-List Subject: RE: [Mono-list] Simple code - differences in output between mono .Net On Thu, 2004-03-04 at 09:39, Iain McCoy wrote: On Thu, 2004-03-04 at 03:13, Jonathan Stowe wrote: StreamReader mtab = new StreamReader(/etc/mtab); ArrayList stuff = new

Re: [Mono-list] Simple code - differences in output between mono .Net

2004-03-04 Thread Tim Haynes
David Sheldon [EMAIL PROTECTED] writes: On Wed, Mar 03, 2004 at 10:11:28AM -0500, Nick Berardi wrote: I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here? Don't you think? Because basically that is all that a Windows Drive

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, March 03, 2004 9:43 AM To: [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net the strange thing is, D:\ is a partition on the same disk as C:\, and Q:\ is the CDROM -Original Message- From: Nick Berardi [mailto:[EMAIL PROTECTED

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
Title: Simple code - differences in output between mono .Net I was right here is your problem: [MonoTODO(Implement on windows, for real)]public static string[] GetLogicalDrives (){//FIXME: Hardcoded Pathsif

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread jonathan.cooper
Title: Message Ah, that would explain it. Shall I continue with the bug submission? -Original Message-From: Nick Berardi [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 14:55To: COOPER, Jonathan -Syntegra UK; [EMAIL PROTECTED]Subject: RE: [Mono-list] Simple code

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, March 03, 2004 9:57 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Ah, that would explain it. Shall I continue with the bug submission? -Original Message- From: Nick Berardi [mailto:[EMAIL

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 9:57 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Ah, that would explain it. Shall I continue with the bug submission? -Original

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread jonathan.cooper
the root. -Original Message-From: Nick Berardi [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 15:11To: COOPER, Jonathan -Syntegra UK; [EMAIL PROTECTED]Subject: RE: [Mono-list] Simple code - differences in output between mono .Net I guess logical drives in Linux

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Jonathan Stowe
; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here? Dont

Re: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread David Sheldon
On Wed, Mar 03, 2004 at 10:11:28AM -0500, Nick Berardi wrote: I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here? Don't you think? Because basically that is all that a Windows Drive is. A mounted partition. Anybody on

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread jonathan.cooper
a method which tells you what you already know - you have a /... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Sheldon Sent: 03 March 2004 16:58 To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Simple code - differences in output between mono .Net

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
I have never tried it because you can't reverse it once you mount it that way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Sheldon Sent: Wednesday, March 03, 2004 12:36 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Simple code - differences

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
PROTECTED] Subject: Re: [Mono-list] Simple code - differences in output between mono .Net On Wed, Mar 03, 2004 at 12:31:16PM -0500, Nick Berardi wrote: To add one more thing. With NTFS just like in Linux, you can mount drives at various points in the OS. Say I wanted to mount partition 2

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
-Syntegra UK; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here? Don't

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Berardi Sent: Wednesday, March 03, 2004 12:27 PM To: 'David Sheldon'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Well the idea is to work like

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Berardi Sent: Wednesday, March 03, 2004 12:27 PM To: 'David Sheldon'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Well the idea is to work like

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Nick Berardi
, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Simple code - differences in output between mono .Net On Wed, Mar 03, 2004 at 10:11:28AM -0500, Nick Berardi wrote: I guess logical drives in Linux is just the root. But I would think that they would include the mount points in here

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Ben Maurer
partition. Anybody on the list disagree? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 9:57 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] Simple code - differences in output between mono .Net Ah, that would explain

RE: [Mono-list] Simple code - differences in output between mono .Net

2004-03-03 Thread Todd Berman
[Lots of cruft snipped] On Wed, 2004-03-03 at 13:43, Ben Maurer wrote: I am also not sure what context someone would use this API in. The only reason I can think of for using it is some sort of file browser. However, this is an application i would generally think of as platform bound