Walk a directory/Recursively: Difference between revisions

no edit summary
(Fixed typo in template inclusion.)
No edit summary
Line 4:
 
'''Note:''' Please be careful when running any code examples found here.
 
 
==[[IDL]]==
[[Category:IDL]]
 
result = file_search( directory, '*.txt', count=cc )
 
This will descend down the directory/ies in the variable <tt>"directory"</tt> (which can be an array) returning an array of files matching "*.txt" and placing the total number of matches into the variable <tt>"cc"</tt>
 
==[[Java]]==
Anonymous user