snobol4dirs - Man Page
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
Referenced By
March 31, 2022 CSNOBOL4B 2.3.1 CSNOBOL4 Manual