FileCount
if (FileCount("*.jpg") > 2) { ... } // at least three jpgs in folder
if (FileCount(true, "dirs:new*") == 5) { ... } // 5 folders starting with new are selected最后更新于
if (FileCount("*.jpg") > 2) { ... } // at least three jpgs in folder
if (FileCount(true, "dirs:new*") == 5) { ... } // 5 folders starting with new are selected最后更新于