By Owen Granich-Young @Owen_Granich_Young
How to get this to not just look for *.mov
var aafFileCandidates = sf.file.directoryGetFiles({
path: originalFilesPath,
isRecursive: true,
searchPattern: '*.mov' || '*.mxf' || '*.mp4'
}).paths;
The about with || did not work on webinar.