


JS_ACCESS( )        UNIX Programmer's Manual         JS_ACCESS( )



̾

     js_access()         եΥĴ٤롣



     #include "jslib.h"

     int
     js_access(env,path,amode)
     struct wnn_env *env;          /* Ķ */
     char *path;                   /* ѥ̾ */
     int amode;                    /* ⡼ */

ǽ

     path ǻꤵ줿ե򥵡мȤΥĴ٤롣
     amode ϡ access(2) ƱǤ롣
             04   read
             02   write
             01   execute (search)
             00   check existence of file
     path  amode äơ jserver θ¤ access(2) ¹Ԥ
     롣 path κʸϡ 128 ʸǤ롣

꥿Х塼

     access(2) ƱǤ롣




Printed 1/22/92         20 September 1991                       1




























































































