From: "Tom Hunt" Newsgroups: comp.os.msdos.djgpp Subject: MS-DOS file access attributes in _open Date: Thu, 30 Nov 2000 23:39:12 -0500 Organization: East Stroudsburg University, Pennsylvania Lines: 8 Message-ID: <907a0b$763$1@jake.esu.edu> NNTP-Posting-Host: thunt1.lhup.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm using the _open function to open files in an editor program I'm working on. In the DJGPP docs, it lists a second parameter, int attrib, which I'm guesing tells it what the read-write access is. Could someone tell me what values do what with that parameter? Tom