Use glob() for Pattern Matching in File Names

Use glob() for Pattern Matching in File Names

The glob() function finds pathnames matching a pattern. This is useful for searching files and directories.

← Back to Tips List