str folder="$my qm$" str fileName ;;can be eg = "*.txt"; finds all if empty ARRAY(str) a GetFilesInFolder a folder fileName 64 2 if(!a.len) out "no files"; ret a.sort ;out a DateTime t=val(a[0] 1 _i) t.UtcToLocal str sPath=a[0]+_i+1 out F"{sPath} {t.ToStr(4)}"