mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 04:42:13 -08:00
doc: mention directory additional key argument
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
8b27c69374
commit
9513d70fd2
1 changed files with 5 additions and 3 deletions
|
|
@ -1156,9 +1156,11 @@ such character exists.")
|
|||
If CHAR represents a digit in radix N, then returns an integer represented by
|
||||
that digit. Otherwise, returns NIL.")
|
||||
|
||||
(docfun directory function (filespec) "
|
||||
Returns a list of full pathnames of all those files that match FILESPEC.
|
||||
FILESPEC may be a symbol, a string, a pathname, or a file stream.")
|
||||
(docfun directory function (filespec &key (resolve-symbols T)) "
|
||||
Returns a list of full pathnames of all those files that match
|
||||
FILESPEC. FILESPEC may be a symbol, a string, a pathname, or a file
|
||||
stream. If RESOLVE-SYMBOLS set to NIL then it doesn't follow
|
||||
symlinks.")
|
||||
|
||||
(docfun directory-namestring function (filespec) "
|
||||
Returns as a string the directory part of the pathname specified by FILESPEC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue