Hi guys,

1)

It is possible to create an some JS function to return a list of all
available files (e.g. by a file mask or extension) in target directory?

function(targetDirectory, fileMaskOrExtension) {
    var fullFilePaths = [];
    ...
    ...
    return fullFilePaths;
}

maybe similar core (example) is already exists in Qbs sources and so on?
(but I can not find anything similar ...)

2) It is possible to implement this function with recursive search in
sub-directories?


BR,
Denis
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to