Страницы: >> 1 2 3 |
С.Свердлов |
4 программы:
Просмотр дерева каталогов,
Удаление подкаталога вместе с файлами,
Удаление .BAK файлов с диска,
Рейтинг популярности запуска программ
|
18.05.1992
50k |
|
Duane Bailey |
This short program deletes a file, and if you undelete it,
it does not contain the original information.
|
05.04.1993
12k |
|
Bill Mullen |
This small program replaces all occurences of any character
to another character you want
|
07.08.1991
3k |
|
Scott Bussinger |
This unit allows a program to open more than the standard
DOS maximum of 20 open files at one time.
|
06.12.1992
15k |
|
Mike Popov |
Простая программа для сравнения содержимого 2-х файлов.
Записывает протокол сравнения в файл.
Аналог стандартной программы FC.
|
13.12.1994
1k |
|
Tom Clancy |
This library allows you to create a file of any type record
by passing in the record size. You must also pass in a record of
the same type that the object has been initialized with so that
you don't get errors when reading and writing.
There is no internal buffering, but the routines are fairly
fast and because each file is actually an object, you can create
higher level objects of this object type that allow more
flexibility, such as indexing and sorting.
|
16.04.1992
23k |
|
Eyal Doron |
A TP unit containing some basic file handling routines.
Fmanage has been checked on TP 6.0, but may work on
other versions as well.
|
11.10.1992
2k |
|
Unknown |
This small program create a file with
specified size in Kbytes for testing purposes.
It writes/read the file and calculates an average read/write time.
|
13.04.1995
1k |
|
Thomas Jenkins |
This unit alows to read/write records in indexed files
|
20.03.1991
18k |
|
Steven Key |
This program compares two file datestamps and returns result in errorlevel
|
04.12.1991
4k |
|
D.J. Murdoch |
This unit interfaces three routines, which look in the (undocumented) DOS list
of open files for the filenames. One routine prints a list of open files,
another returns the list in a collection of strings, and the third calls a
user routine once for each open file. If compiled for DOS, it automatically
installs an exit handler to call the print routine, so if your program bombs
because it runs out of file handles, you'll see the list of what's open.
|
29.08.1994
5k |
|
Matthew J. Palcic |
Object oriented access to directories.
The routines in the PDir unit are based almost entirely on the
object-oriented extensions in Turbo Pascal 5.5. The user should be
familiar with the stream, node and list types found in the Objects unit
provided in OOPDEMOS.ARC found on the Turbo 5.5 distribution disks.
|
18.08.1989
9k |
|
Michael Gallias |
Various directory functions for Turbo Pascal 6.
Source is included. Popup help for the unit is
available in .NG format.
|
26.12.1992
5k |
|
Rick Housh |
Program QuickExtendedDirectory provides a
directory listing with attributes and age of file in days shown.
|
21.05.1988
5k |
|
Marcos R. Della |
This Unit was designed to allow you the user to save and restore
several bodies of text or information into a single file and restore
that information based on a single LONGINT.
|
09.02.1991
10k |
|
D.J. Murdoch |
Program to detect .EXE files which have been damaged by Borland's TDSTRIP.
Searches complete directory tree of current disk.
|
29.05.1992
7k |
|
Vlad Alexeev |
Набор из трех процедур для произвольного позиционирования
внутри текстового файла
|
10.07.1994
1k |
|
Alex Frounze |
Это клон широко известной оболочки для DOS - Norton Commander
|
13.03.2000
146k |
|
Dmitry Beloshistov |
Утилита для разбиения/восстановления файлов на блоки.
Предназначена для быстрого "разрезания" длинных файлов
при переносе на дискеты. Win32 Console.
|
14.05.2001
36k |
|
Joachim Gelhaus |
Модуль для создания "файла файлов", содержащего индекс
вложенных файлов, и доступа к каждому отдельному файлу
с использованием потоков. Этот способ позволяет хранить
на диске всего один файл, в котором содержатся все необходимые
программе ресурсы (например, множество спрайтов).
Компилируется как в реальном, так и в защищенном режиме.
BigLoad 2.0 - BigFile Support for Turbo and Borland Pascal
A libary for game developers for Real & Protected Mode
with example files and complete source code!
|
13.01.1998
10k |
|
Unknown |
Программа создания меню из списка файлов,
найденных по заданной маске (например, *.pas).
|
08.11.1987
9k |
|
C.C. Thompson |
Утилита для поиска файлов на всем диске по маске.
FFIND is a file finder program much like FF found in the Norton
Utilities Advanced Edition.
|
08.04.1989
15k |
|
Neil Rubenking |
Модуль для поиска файлов на диске по маске с помощью
FindFirst и FindNext. В качестве примера приведены три программы:
Удаление .BAK файлов, Подсчет суммарного объема файлов,
Поиск указанных файлов.
A Directory Search Engine in Turbo Pascal - Turbo Pascal
5.0 procedural types allow general purpose routines that take
action based on code passed to them as parameters at runtime.
The author explains procedural types in terms of a directory
search engine using DOS Find First/Find Next calls.
|
12.07.1988
4k |
|
Don Strenczewilk |
Объектно-ориентированный модуль для быстрого буферизованного
чтения текстовых файлов. В качестве примера приведена
программа SeeMe для просмотра и скроллинга текстовых файлов
большого размера (тестировалось на 2,8MB - отлично!).
This unit contains a fast reading object designed for high speed
reading standard ASCII disk files.
|
10.10.1989
20k |
|
Arthur Zatarain |
ООП-модуль для ускорения работы с текстовыми файлами.
Содержит функции FOpen, FRead, FReadLn, FFilePos, FSeek, FClose.
This unit contains some fast reading routines designed to work with
standard ASCII disk files.
|
27.08.1989
12k |
|
Страницы: >> 1 2 3 |