We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4050c6e commit c52ffe0Copy full SHA for c52ffe0
docs/commands/files/list.rst
@@ -24,6 +24,13 @@ separators (contrary to other Windows conventions) and should end with a ``/``.
24
If a special type of file is to be listed (e.g. database), then it is enough
25
to specify the file type, the path can be left out.
26
27
+.. note::
28
+
29
+ On newer instruments giving just the directory path might not be enough
30
+ to list all files in the directory. It may be necessary to give the path
31
+ in a glob-like pattern, with wildcards for the filenames (e.g. to to list
32
+ all files in the Data folder, the path would be ``Data/*.*``)
33
34
Examples
35
--------
36
0 commit comments