cem@intelca.UUCP (Chuck McManis) (07/23/85)
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. :-}
dhenson@islenet.UUCP (Donald D. Henson) (08/02/85)
> 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.