1SNOBOL4DIRS(3)                  CSNOBOL4 Manual                 SNOBOL4DIRS(3)
2
3
4

NAME

6       snobol4dirs - filesystem directory interface for SNOBOL4
7

SYNOPSYS

9           -INCLUDE 'dirs.sno'
10

DESCRIPTION

12       OPENDIR(path)
13           opens a directory and returns a handle.
14
15       READDIR(handle)
16           returns a filename or fails.
17
18       REWINDDIR(handle)
19           rewinds a directory handle.
20
21       TELLDIR(handle)
22           reports directory handle position.  (may not be available on all
23           platforms).
24
25       SEEKDIR(handle,position)
26           adjusts directory handle position.
27
28       CLOSEDIR(handle)
29           closes directory handle.
30

SEE ALSO

32       snobol4(1), opendir(3), readdir(3), rewinddir(3), telldir(3),
33       seekdir(3), closedir(3)
34

AUTHOR

36       Philip L. Budne
37
38
39
40CSNOBOL4B 2.3.1                 March 31, 2022                  SNOBOL4DIRS(3)
Impressum