[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

tglob

Record containing one entry in the result of Glob

Declaration

Source position: linuxold.inc line 943

type tglob = record

  name: pchar;

  

Filename matching the search criteria

  next: pglob;

  

Next element in result of Glob call.

end;