table of contents
SNOBOL4DIRS(3) | CSNOBOL4 Manual | SNOBOL4DIRS(3) |
NAME¶
snobol4dirs - filesystem directory interface for SNOBOL4
SYNOPSYS¶
-INCLUDE 'dirs.sno'
DESCRIPTION¶
- 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.
SEE ALSO¶
snobol4(1), opendir(3), readdir(3), rewinddir(3), telldir(3), seekdir(3), closedir(3)
AUTHOR¶
Philip L. Budne
March 31, 2022 | CSNOBOL4B 2.3.1 |