From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3ef8c2c7$0$150$9b622d9e AT news DOT freenet DOT de> <2593-Wed25Jun2003075056+0300-eliz AT elta DOT co DOT il> <3ef9ebcd$0$149$9b622d9e AT news DOT freenet DOT de> <3efc1417$0$29013$9b622d9e AT news DOT freenet DOT de> <2950-Fri27Jun2003205236+0300-eliz AT elta DOT co DOT il> <3efcc25c$0$28978$9b622d9e AT news DOT freenet DOT de> <1659-Sat28Jun2003085113+0300-eliz AT elta DOT co DOT il> Subject: Re: dirent->d_name returns lowercase? Date: Sun, 29 Jun 2003 12:28:09 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 32 Message-ID: <3efebe16$0$161$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.6.33 X-Trace: 1056882199 news.freenet.de 161 213.7.6.33:2600 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:1659-Sat28Jun2003085113+0300-eliz AT elta DOT co DOT il... > > From: "deckerben" > > Newsgroups: comp.os.msdos.djgpp > > Date: Sat, 28 Jun 2003 00:23:11 +0200 > > > That's because your DIR command goes to the shell which is a Windows > > > program, as opposed to DJGPP programs which are DOS programs. You > > > really should keep that in mind when you argue about these subtleties. > > > > 'ls.exe' is a DOS program, right? Note the output (without FNCASE set): > > > > D:\>set FNCASE=n > > D:\>ls -al > > total 1617 > > drwxr-xr-x 17 bdeck root 608 Jun 17 01:13 . > > drwxr-xr-x 17 bdeck root 608 Jun 17 01:13 .. > > -rw-r--r-- 1 bdeck root 708836 Jun 16 01:10 Citizenship docs1.zip > > This isn't NT, it probably is Windows 2000 or XP. Windows NT doesn't > support long file names at all, so the only way you could see the > above is if you have NTLFN installed on that system. PythonD doesn't run on a configuration that doesn't support long filenames anyhow. It's special :-) Ben