|
|
| |
SNOBOL4DIRS(3) |
CSNOBOL4 Manual |
SNOBOL4DIRS(3) |
snobol4dirs - filesystem directory interface for SNOBOL4
- OPENDIR(path)
- opens a directory and returns a handle.
- READDIR(handle)
- returns a filename or fails.
- REWINDDIR(handle)
- rewinds a directory handle.
- TELLDIR(handle)
- reports directory handle position. (may not be available on all
platforms).
- SEEKDIR(handle,position)
- adjusts directory handle position.
- CLOSEDIR(handle)
- closes directory handle.
snobol4(1), opendir(3), readdir(3), rewinddir(3),
telldir(3), seekdir(3), closedir(3)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |