Scroll to navigation

JS_ACCESS( ) 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) ??Ʊ???Ǥ??롣

20 September 1991