File handling

bcopy chmod [close] eof fexist fsize ftime glob mkdir open read rename rmdir twiddle umask unlink write writeb

Liam's BitchX Command Reference

BitchX scripting function $close()

close
Function
$close()
Usage
$close(filenum)
Returns
0 or -1, if closing the file handler "filenum" was successful or unsuccessful, respectively.
Example
$close(99999999999999) returns -1 (hopefully)


previous: chr next: close