GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SNOBOL4DIRS(3) CSNOBOL4 Manual SNOBOL4DIRS(3)

snobol4dirs - filesystem directory interface for SNOBOL4


-INCLUDE 'dirs.sno'

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)

Philip L. Budne
March 31, 2022 CSNOBOL4B 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.