RE: Perl package File::Spec confused under cygwin

2002-12-28 Thread linda w \(cyg\)
Hello Sören, > From Soren A > What you expected File::Spec to do perhaps seemed intuitive and > natural, === "Least surprise' is a valuable design principle. I try to design things knowing that 2-3 months from now I'll likely have forgotten all the details of why I did something a certai

RE: Perl package File::Spec confused under cygwin

2002-12-23 Thread linda w \(cyg\)
This may be somewhat arcane/tedious, but... > > But Unix does have a concept of a mount point (device) and > > path from the mount point. Conceivably, one could view the mount > > point itself as a local host name for the "volume" (local, > remote or a > > device) with path being loca

Re: Perl package File::Spec confused under cygwin

2002-12-23 Thread Soren A
On Sun, 22 Dec 2002 02:59:49 GMT, Michael A Chase <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > On Sat, 21 Dec 2002 17:36:58 -0800 "linda w (cyg)" <[EMAIL PROTECTED]> > wrote: > >>> Note that Cygwin, like Unix, doesn't have a concept of >>> volume. Everything exce

Re: Perl package File::Spec confused under cygwin

2002-12-21 Thread Michael A Chase
On Sat, 21 Dec 2002 17:36:58 -0800 "linda w (cyg)" <[EMAIL PROTECTED]> wrote: >> Note that Cygwin, like Unix, doesn't have a concept of >> volume. Everything except network paths (//host/dir) are >> based on a single root directory. > --- > But Unix does have a concept of a mount point

RE: Perl package File::Spec confused under cygwin

2002-12-21 Thread linda w \(cyg\)
> Note that Cygwin, like Unix, doesn't have a concept of > volume. Everything except network paths (//host/dir) are > based on a single root directory. --- But Unix does have a concept of a mount point (device) and path from the mount point. Conceivably, one could view the mount poi

Re: Perl package File::Spec confused under cygwin

2002-12-20 Thread Michael A Chase
On Fri, 20 Dec 2002 13:27:50 -0800 "linda w (cyg)" <[EMAIL PROTECTED]> wrote: > File::Spec is supposed to provide a OS independent way of parsing and > creating pathnames. For example, a 'splitpath' can product a volume > $dir and $file. Note that Cygwin, like Unix, doesn't have a concept of v

Re: Perl package File::Spec confused under cygwin

2002-12-20 Thread Soren A
On Fri, 20 Dec 2002 21:27:50 GMT, "linda w \(cyg\)" <[EMAIL PROTECTED]> wrote in 001b01c2a86e$a5da95f0$[EMAIL PROTECTED]:">news:001b01c2a86e$a5da95f0$[EMAIL PROTECTED]: > File::Spec is supposed to provide a OS independent way of parsing and > creating pathnames. For example, a 'splitpath' can pr

Perl package File::Spec confused under cygwin

2002-12-20 Thread linda w \(cyg\)
File::Spec is supposed to provide a OS independent way of parsing and creating pathnames. For example, a 'splitpath' can product a volume $dir and $file. I'm not sure what constitutes a volume but I'd think C: D: would count as separate. Under cygwin, it only handles/parses unix pathnames but