Error in Tcl documentation?
From: Googie (googie_at_no.spam.org)
Date: 02/26/05
- Previous message: Steve Bold: "Re: redirect stdout problem"
- Next in thread: Steve Bold: "Re: Error in Tcl documentation?"
- Reply: Steve Bold: "Re: Error in Tcl documentation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Feb 2005 00:07:51 +0100
In Tcl manuals (for 8.4) I can read description for Tcl_FSAccess 'mode'
argument, that it's:
int mode (in)
Mask consisting of one or more of R_OK, W_OK, X_OK and F_OK. R_OK,
W_OK and X_OK request checking whether the file exists and has read,
write and execute permissions, respectively. F_OK just requests
checking for the existence of the file.
But in the fact, there is no R_OK, W_OK, or any other *_OK. Well?
What's going on?
-- Pozdrawiam (Greetings)! Googie
- Previous message: Steve Bold: "Re: redirect stdout problem"
- Next in thread: Steve Bold: "Re: Error in Tcl documentation?"
- Reply: Steve Bold: "Re: Error in Tcl documentation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]