delorie.com/archives/browse.cgi | search |
Date: | Wed, 2 Jun 1999 09:56:24 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Mbaccar <mbaccar AT aol DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: question on filename assignment |
In-Reply-To: | <19990601014235.15142.00002499@ng-fj1.aol.com> |
Message-ID: | <Pine.SUN.3.91.990602095602.29915E@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On 1 Jun 1999, Mbaccar wrote: > cp hello.c 12345678a.c > cp hello.c 12345678b.c > > I only find a single copy 12345678.c > > How does this work, is this a simple filename truncation to 8..3? If that was on plain DOS or on Windows NT, then yes, the underlying OS functions transparently truncate the file names to 8.3. If that was on Windows 9X, then you need to enable the long file name support (set LFN=y in the environment).
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |