aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/glob.texi
blob: 400eb1f7f6b4930201c150cafa1f8fe919b7dba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@node Glob
@section Glob

@defun glob str
Globs (glob(7)) on @var{str}, returing a list of files, which will be
on the same form of the glob. E.g. @code{(glob "../*")} will return
strings all starting with ``../''

If no matches are found, a misc error is thrown.
@end defun



@defvar GLOB_NOMAGIC
@defvarx GLOB_NOCHECK
@defvarx unix
@defvarx GLOB_NOSPACE
@defvarx GLOB_TILDE_CHECK
@defvarx GLOB_ALTDIRFUNC
@defvarx GLOB_NOSORT
@defvarx GLOB_NOMATCH
@defvarx GLOB_TILDE
@defvarx GLOB_ERR
@defvarx GLOB_MAGCHAR
@defvarx GLOB_BRACE
@defvarx GLOB_APPEND
@defvarx GLOB_NOSYS
@defvarx GLOB_DOOFFS
@defvarx GLOB_NOESCAPE
@defvarx GLOB_MARK
@defvarx GLOB_PERIOD
@defvarx linux
@defvarx GLOB_ABORTED
@defvarx _POSIX_VDISABLE
@defvarx GLOB_ONLYDIR
``Symbols'' imported from the C header ``glob.h''. See that documentation.
@end defvar