Message-Id: <200006271811.VAA11112@mailgw1.netvision.net.il> Date: Tue, 27 Jun 2000 21:12:26 +0200 To: "Thorsten Erdmann" X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <8jam9g$s1n$1@riker.addcom.de> (thorsten.erdmann@gmx.de) Subject: Re: Low Level file IO References: <8jam9g$s1n$1 AT riker DOT addcom DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Thorsten Erdmann" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 25 Jun 2000 18:39:08 +0200 > > is there a possibility to exchange the low level file IO routines that were > used by fopen, fclose, fread, fwrite, fseek, ... > I want to hook up a filesystemdriver I wrote into my DJGPP application > without the need of building a DOS device driver. You want the DJGPP Filesystem Extension feature. For the details, type at the DOS prompt: info libc alpha 'File System' and read there.