From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Long file name support Date: Fri, 29 Aug 2003 09:27:00 CDT Organization: Rice University, Houston, TX Lines: 14 Message-ID: <3f4f62b4.sandmann@clio.rice.edu> References: <31F3b.3654$cQ1 DOT 975803 AT kent DOT svc DOT tds DOT net> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1062171021 1014 128.42.105.3 (29 Aug 2003 15:30:21 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Fri, 29 Aug 2003 15:30:21 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > LFN TSRs are not required under Windows 2000 or Windows XP if you have > > upgraded to the V2.03 refresh or V2.04 alpha test. > Is the LFN TSR needed if you can access the DOS interrupts with assembly > language? The built-in C run-time functions (fopen, etc) work directly with long names under all platforms which support the long file name DOS interrupts. > Hans Lunsing wrote some PowerBASIC code for handling long file > names, filed as PBlfn322.zip on web page ... This type of code has been available in DJGPP since Windows 95 was released (about 8 years ago).