|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| FileNames[] lists all files in the current working directory. |
| FileNames[form] lists all files in the current working directory whose names match the string pattern form. |
| FileNames[{form1, form2, ...}] lists all files whose names match any of the formi. |
| FileNames[forms, {dir1, dir2, ...}] lists files with names matching forms in any of the directories diri. |
| FileNames[forms, dirs, n] includes files that are in subdirectories up to n levels down. |
List the file and directory names in the $InstallationDirectory:
Count the the files in the whole installation directory:
|
| © 2013 Wolfram Research, Inc. |