From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: What is the canonical way to find out if a file exists (in g++)? Date: Sun, 9 Jan 2000 09:25:26 +0200 Organization: NetVision Israel Lines: 19 Message-ID: References: <852han$i4m$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 947402926 9966 199.203.121.2 (9 Jan 2000 07:28:46 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Jan 2000 07:28:46 GMT X-Sender: eliz AT is In-Reply-To: <852han$i4m$1@nets3.rz.RWTH-Aachen.DE> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6 Jan 2000, Hans-Bernhard Broeker wrote: > Which is the major reason many have called the whole concept of 8+3 > alias names brain-damaged. A single file having 2 partly independent > names, one of which can change randomly behind your back, in certain > situations, is a major pain in the lower back, at times. Actually, it's not unlike Unix hard links (except that link names aren't changed by the OS, of course). > It might have > been better to just hide all non-8.3 names from DOS programs, right > away... I rather think that a slightly more user-friendly implementation would be a better way of fixing this. But even the half-hearted way it is implemented now is better than what happens on NT. So I guess I disagree.