Miscellaneous utilities

FOLDERDEEPSEARCH – Search path (include subfolders) for file

289 views June 1, 2018 admin 0

Overview

This Custom Field searches a given path for a matching file in the same way as FOLDERSEARCH, but also searches any sub folders.

A number of regular expressions can be supplied, the first match is returned.

Syntax

FOLDERDEEPSEARCH(‘FolderPath’, FIELDSTR(code)_Front.*.jpg)

Element Description
FolderPath The folder path (including any subfolders) to be searched.
FIELDSTR(code)_Front.*.jpg The file(s) being searched for.

Example

FOLDERDEEPSEARCH(‘Macintosh HD:Images’,FIELDSTR(my_image_field))

In this example the Custom Field will search ‘Macintosh HD:Images’ and any subfolders (e.g. ‘Macintosh HD:Images:Cars’ or ‘Macintosh HD:Images:Bikes’) for the image returned by FIELDSTR(my_image_field).

See also

FOLDERSEARCH

Was this helpful?