SYNOPSIS:
int func.file.puts(fd,string[,string]*)
DESCRIPTION:
Write a series of strings into a previously opened file.
fd is the file descriptor you got from open.
RETURN VALUE:
Returns -1 on error, or the number of bytes written otherwise.
SEE ALSO:
expression
,
variable
,
function
,
func.file
,
func.file.chdir
,
func.file.rmdir
,
func.file.mkdir
,
func.file.getdir
,
func.file.exists
,
func.file.open
,
func.file.close
,
func.file.unlink
,
func.file.gets