Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <028301c222a8$e04280a0$cd8a9dc0@uk.aonix.com>
From: "Cliff Hones" <cliff@aonix.co.uk>
To: "Tony Arnold" <tony.arnold@man.ac.uk>, <cygwin@cygwin.com>
References: <31CB870AD5AA384BB5419025DD9F7A841042ED@dailymail.cfs.ac.uk>
Subject: Re: maildir file names illegal on cygwin?
Date: Wed, 3 Jul 2002 16:47:01 +0100
Organization: Aonix Europe Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

> > Are colons ':' illegal in cygwin file names? Every filename I 
> > try to touch with a colon in it, backslashed or not, returns 
> > this message:
> 
> Remember the underlying file system is a Windows one (FAT or NTFS) and
> that uses : to separate drive letter from file name, so I suspect it is
> not allowed in Windows file names.

On NTFS a file can contain multiple data streams.  The syntax for
a secondary stream is <filename>:<streamname>.  However, not all
windows apps understand the syntax.

For example, try the following in a DOS or CMD box:

  copy <some-text-file>  example
  type <another-text-file>  > example:subfile
  more < example
  more < example:subfile

[The syntax is understood by CMD file redirection, but not by COPY.]

See:

  http://support.microsoft.com/default.aspx?scid=kb;en-us;Q105763

-- Cliff





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

