Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site islenet.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!dual!islenet!dhenson From: dhenson@islenet.UUCP (Donald D. Henson) Newsgroups: net.micro.cpm,net.lang.pascal Subject: Re: Turbo Pascal File Handling Message-ID: <1429@islenet.UUCP> Date: Fri, 2-Aug-85 10:59:59 EDT Article-I.D.: islenet.1429 Posted: Fri Aug 2 10:59:59 1985 Date-Received: Sun, 4-Aug-85 09:34:36 EDT References: <24@intelca.UUCP> Distribution: net Organization: Islenet Inc., Honolulu Lines: 16 Xref: watmath net.micro.cpm:4367 net.lang.pascal:339 > Does anyone know of a collection of subroutines for Turbo Pascal to do > file handling? Specifically, file look up, renaming, and deletion. > I currently need ones for CP/M but anticipate a need in the near future > for some MS-DOS ones also. Any pointers/References appreciated. > > --Chuck > -- > "Unix, the Teco of Operating Systems." - - - D I S C L A I M E R - - - > {ihnp4,fortune}!dual\ All opinions expressed herein are my > {qantel,idi}-> !intelca!cem own and not those of my employer, my > {ucbvax,hao}!hplabs/ friends, or my avocado plant. :-} Try Turbo Toolbox from Borland International (same folks who sell Turbo Pascal). Turbo Toolbox is a set of Pascal routines (in source) that implement ISAM files using B+ trees. Cost about the same as for Turbo Pascal.