I try :
sort(concat(files(this)))
but it seems it is wrong ;-(
The solution is no longer, just in a different order:
concat(sort(files(this)))