SearchInSubdirectory

When used before the Scan action, this action tells the Scan action to look in subdirectories of the images folder.

Syntax

bool SearchInSubdirectory ()

Parameters

None.

Returns

Always True.

Level

Any level but usually the batch level.

Details

Looks for source files in sub-directories of the directory you designated with a SetSourceDirectory action. For this action to take effect, it must be called before the Scan action.
Example
SetSourceDirectory("@APPPATH(vscanimagedir)")
SearchInSubdirectory() 

In this example, if the scan directory obtained from the application service includes sub-directories, this action directs the Scan action to process the contents of the sub-directories.