delorie.com/archives/browse.cgi | search |
Date: | Thu, 6 Jan 2000 12:23:03 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Mike Demoulin <mad AT intersurf DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: What is the canonical way to find out if a file exists (in g++)? |
In-Reply-To: | <slrn877j7v.3vvm4ub.mad@asylum.fasttrack.net> |
Message-ID: | <Pine.SUN.3.91.1000106122248.20220W@is> |
MIME-Version: | 1.0 |
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 |
On Wed, 5 Jan 2000, Mike Demoulin wrote: > Is there any way that I can find files with long file names? > I tried findfirst (), which is supposed to work with long file names, > with no joy. findfirst (and other DJGPP functions) support long file names only on Windows 9X. NT doesn't include the special API that lets DJGPP programs access the long names. It's all in the FAQ (section 3.3).
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |