Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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

CSNOBOL4B 2.3.1			March 31, 2022			SNOBOL4DIRS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=snobol4dirs&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help