From: "Kurt Aistinger" Newsgroups: comp.os.msdos.djgpp Subject: getting file attributes Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Thu, 09 Aug 2001 17:07:20 GMT NNTP-Posting-Host: 195.34.159.11 X-Complaints-To: abuse AT news DOT chello DOT at X-Trace: news.chello.at 997376840 195.34.159.11 (Thu, 09 Aug 2001 19:07:20 MET DST) NNTP-Posting-Date: Thu, 09 Aug 2001 19:07:20 MET DST Organization: Customers chello Austria To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! Is there a way how I can determine the attributes of a file with DJGPP? Actually I want to know if a certain file is a directory. The _dos_getfileattr() function doesn't support long filenames. Any suggestions? Harald