Xref: news-dnh.mv.net comp.os.msdos.djgpp:3822 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!academ!bcm.tmc.edu!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Long file names in V2B3 Date: Tue, 12 Dec 1995 20:39:13 CST Organization: Rice University, Houston, Texas Lines: 6 References: <4ajteu$gt0_001 AT tpd DOT tno DOT nl> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > The DJGPP2.0-Beta-3 docu suggests that I can use long filenames. > But it still not works on my system. What's wrong? If I remember correctly findfirst/stat/opendir/etc don't support lfn in b3 (it's in the next release). But something like "open()" with a LFN should work. And of course, you must be running W95 ...