[Overview][Constants][Types][Procedures and functions][Variables] |
Record containing one entry in the result of Glob
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; |