The procedure I am using works just fine. The problem is, I don't really understand it at all. Is anyone able to interpret this line? I've searched help files and the forum, but haven't gotten anywhere.
What is the function of the colon? Is "files" a command?
What is the function of the colon? Is "files" a command?
Code:
local myfilelist : dir . files "*.txt"
Comment