list-directory

list-directory is an interactive compiled Lisp function in `files.el'.

It is bound to C-x C-d.

(list-directory DIRNAME &optional VERBOSE)

Display a list of files in or matching DIRNAME, a la `ls'.
DIRNAME is globbed by the shell if necessary.
Prefix arg (second arg if noninteractive) means supply -l switch to `ls'.
Actions controlled by variables `list-directory-brief-switches'
and `list-directory-verbose-switches'.