Mercurial > freewnn
view Wnn/manual/3.libwnn/js_lib/file_remove @ 17:a3fdd8ad75dc
2ch dictionary has been added
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Mon, 14 Apr 2008 17:01:14 +0900 |
parents | bbc77ca4def5 |
children |
line wrap: on
line source
JS_FILE_REMOVE( ) UNIX Programmer's Manual JS_FILE_REMOVE( ) 名称 js_file_remove() サーバのファイルシステムのファイルを消去する 形式 #include "jslib.h" int js_file_remove(server,n, pwd) WNN_JSERVER_ID *server; char *n; /* ファイル名 */ char *pwd 機能 サーバマシンのファイルシステムのファイル fn を消去する。その 際、ファイルにパスワードが付いている場合には、パスワードが合 わなくてはならない。ファイル fn がサーバー内に読み込まれてい る場合には、エラーとなる。 リターンバリュー 正常終了時には、0 を返す。 異常終了時には、-1 を返す。 Printed 1/22/92 20 September 1991 1