Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Searches for files that match the given regex, in the specified folder. The routine only searches for files and NOT , not directories.

Returns a list with absolute paths for files that match the given regex. The regex match is done on the file name, not the full path. If the regex parameter is empty string, the routine returns an empty result

...

Returns an array containing the absolute paths of all files from the given directory whose which name match the regex.

Example

...

Note
  1. It is recommended that you use forward slashes ( / ) for file paths.
  2. If the regex contains a backslash , please replace it with two backslashes, or else otherwise you will get a syntax error.

...