NAME

TUI::StdDlg::FindFirstRec::Unix - Unix implementation of FindFirstRec

DESCRIPTION

TUI::StdDlg::FindFirstRec::Unix provides the Unix-specific implementation of the FindFirstRec directory search interface.

The implementation maps the generic search operations to native Unix directory handling using directory streams and file status information.

Pathnames are split into a search directory and a wildcard pattern. Directory entries are matched against the wildcard and converted into Turbo Vision compatible find_t records.

CONSTRUCTOR

allocate

Creates or reinitializes a directory search associated with a find_t record.

METHODS

get

Retrieves the search context associated with a find_t record.

next

Advances the search and updates the associated find_t structure with information about the next matching filesystem entry.

AUTHORS

  • Borland International (original Turbo Vision design)

  • J. Schneider <brickpool@cpan.org> (Perl implementation and maintenance)

CONTRIBUTORS

  • magiblot <magiblot@hotmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 1990-1994, 1997 by Borland International

Copyright (c) 2019-2026 the "AUTHORS" and "CONTRIBUTORS" as listed above.

This software is licensed under the MIT license (see the LICENSE file, which is part of the distribution).