Re: write
- From: "Bill Cunningham" <nospam@xxxxxxxxx>
- Date: Sun, 27 Apr 2008 23:46:41 GMT
"Lew Pitcher" <lpitcher@xxxxxxxxxxxx> wrote in message
news:c05f1$4815066e$4c0a8485$488@xxxxxxxxxxxxxxxxxxxx
Oh sorry I guess after reading the docs again it does return an int
open(2) returns the integer -1 on error, and a non-negative integer on
success. This non-negative integer is the "file descriptor" for the file;
it is just a unique number that keeps references to /this/ file separate
from references to any other file, in your program.
type. I was thinking of write. :)
Bill
.
- References: