Function Glob (Const Path : Pathstr) : PGlob;
Glob returns a pointer to a glob structure which contains all filenames which exist and match the pattern in Path.
The pattern can contain wildcard characters, which have their usual meaning.
The pglob structure is defined as : Some more text.
Returns nil on error, and LinuxError is set.
GlobFree, Glob(3)