Jump to content

Walk a directory/Non-recursively: Difference between revisions

Line 642:
#matchingfilenames</lang>
-> array(mystrings.html, a_string_file.txt)
 
=={{header|LiveCode}}==
<lang LiveCode>set the defaultFolder to the documents folder -- the documents folder is a "specialFolderPath"
put the files into docfiles
filter docfiles with "*.txt"
put docfiles</lang>
 
 
=={{header|Lua}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.