Набор функций для удобной работы с текстовыми файлами.
Включает в себя увеличенный буфер для повышения скорости,
функции позиционирования, отката на предыдущую строку,
форматированный ввод/вывод в строку/из строки.
1. large text buffers for speedier handling when needed
2. complete seek function for text files
3. write formatted output to a string variable
4. read contents of a string variable as formatted input
5. backup to the previous line of a file (if possible)
Создание и использование "пользовательских"
драйверов текстовых файлов. В качестве примера
приводятся программы для создания файлов
непосредственно в памяти (а не на диске!), и работы с ними.
Custom Text File Device Drivers (TFDD)
allows programmers to create special purpose text files
and devices. The author explains how TFDD's work
and provides a "RAM-file" and string conversion
utilities as examples.
ZObj - утилита для конвертирования файлов данных
в объектный вид (.OBJ). По принципу действия аналогична
широко известной борландовской утилите BINOBJ.EXE,
но имеет некотрые отличия:
- упрощен доступ к подключенным данным
- выше скорость обработки
- меньше объем созданных файлов
- удобнее интерфейс
ZObj is very similar to Borland's BinOBJ utility.
It converts a binary data file into an object file
that can be linked into your Turbo Pascal program.
I call this OBJitizing data. It has a couple of
advantages over BinOBJ:
- It eliminates the need for complex programming
to find the address of your data in an overlaid unit.
- The program interface makes more sense, or least it does to me.
- It's much faster.
- It may produce smaller object files.
Программа для установки текущей даты/времени у группы файлов,
задаваемых по маске. BP7/RM
This small program update a date/timestamp for a group of files.
Программа для изменения даты и времени создания файлов.
Компилятор BP7/Win16.
Stamper is a utility to alter the date/time on a range of files
to any specified date/time. Requires Windows 3.1