Walk a directory/Recursively: Difference between revisions

Content added Content deleted
(Added 11l)
Line 1,461: Line 1,461:
end</lang>
end</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
The built-in function <code>FileNames</code> does exactly this:
The built-in function <code>FileNames</code> does exactly this:
:<code>FileNames[]</code> lists all files in the current working directory.
:<code>FileNames[]</code> lists all files in the current working directory.