@@ -5090,12 +5090,12 @@ class FileNames(Builtin):
50905090 <dd>Returns a list with the filenames in the current working folder.
50915091 <dt>'FileNames[$form$]'
50925092 <dd>Returns a list with the filenames in the current working folder that matches with $form$.
5093- <dt>'FileNames[{$form_1$, $form_2$, $\ldots$ }]'
5094- <dd>Returns a list with the filenames in the current working folder that matches with one of $form_1$, $form_2$, $\ldots$ .
5095- <dt>'FileNames[{$form_1$, $form_2$, $\ldots$ },{$dir_1$, $dir_2$, $\ldots$ }]'
5096- <dd>Looks into the directories $dir_1$, $dir_2$, $\ldots$ .
5097- <dt>'FileNames[{$form_1$, $form_2$, $\ldots$ },{$dir_1$, $dir_2$, $\ldots$ }]'
5098- <dd>Looks into the directories $dir_1$, $dir_2$, $\ldots$ .
5093+ <dt>'FileNames[{$form_1$, $form_2$, ... }]'
5094+ <dd>Returns a list with the filenames in the current working folder that matches with one of $form_1$, $form_2$, ... .
5095+ <dt>'FileNames[{$form_1$, $form_2$, ... },{$dir_1$, $dir_2$, ... }]'
5096+ <dd>Looks into the directories $dir_1$, $dir_2$, ... .
5097+ <dt>'FileNames[{$form_1$, $form_2$, ... },{$dir_1$, $dir_2$, ... }]'
5098+ <dd>Looks into the directories $dir_1$, $dir_2$, ... .
50995099 <dt>'FileNames[{$forms$, $dirs$, $n$]'
51005100 <dd>Look for files up to the level $n$.
51015101 </dl>
0 commit comments