From: rpritz AT interport DOT net (richard) Newsgroups: comp.os.msdos.djgpp Subject: longfilename api ? Date: Sun, 02 Mar 1997 12:50:54 -0500 Organization: Interport Communications Corp. Lines: 4 Message-ID: <331cbd41.103883637@news.interport.net> NNTP-Posting-Host: ts9port21.port.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp How do I open, close, list, etc. files with long file names? findfirst, fopen, etc. all seem to use the truncated 8.3 name format. is there a set of library functions to do this? is there a set of interrupt functions to use - if so, where do i find details on how to use them?