


JS_ACCESS( )        UNIX Programmer's Manual         JS_ACCESS( )





     js_access()         t@C̃ANZX𒲂ׂB

`

     #include "jslib.h"

     int
     js_access(env,path,amode)
     struct wnn_env *env;          /*  */
     char *path;                   /* pX */
     int amode;                    /* [h */

@\

     path Ŏw肳ꂽt@CT[og̃ANZXŒׂB
     amode ́A access(2) ƓłB
             04   read
             02   write
             01   execute (search)
             00   check existence of file
     path  amode āA jserver ̌ access(2) s
     B path ̍ő啶́A 128 łB

^[o[

     access(2) ƓłB




Printed 1/22/92         20 September 1991                       1




























































































