Error in Tcl documentation?

From: Googie (googie_at_no.spam.org)
Date: 02/26/05

  • Next message: Dan: "Re: redirect stdout problem"
    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
    

  • Next message: Dan: "Re: redirect stdout problem"