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: Sat, 08 Jan 2000 03:24:23 +0200 Organization: NetVision Israel Lines: 7 Message-ID: <387691C7.10A3A2FE@is.elta.co.il> References: NNTP-Posting-Host: ras1-p62.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 947294746 15809 62.0.172.64 (8 Jan 2000 01:25:46 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 8 Jan 2000 01:25:46 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mike Demoulin wrote: > Is there a function to convert from an LFN to its 8+3 alias (without using > the dir/x)? There is such a function, but only on Windows 9X. On NT, DOS programs aren't even allowed to know that the long names exist.