Method to get all the files from a folder object recursive. This method is the equivalent of the function getFilesRecursive()
Note: This method does not support file masks.
var folder = new Folder("C:/myfolder"); var files = folder.getFilesRecursive();
This method has no parameters.
Value | Meaning |
---|---|
array | Array with file objects of all the files in the folder |