--- np2/generic/hostdrvs.h 2004/01/10 17:24:01 1.3 +++ np2/generic/hostdrvs.h 2004/01/22 01:10:04 1.5 @@ -1,6 +1,7 @@ typedef struct { - char fcbname[12]; + char fcbname[11]; + BYTE exist; UINT caps; UINT32 size; UINT32 attr; @@ -22,6 +23,9 @@ typedef struct { // 一覧取得 LISTARRAY hostdrvs_getpathlist(const char *realpath); +// ホスト側のフォルダを得る +BOOL hostdrvs_getrealdir(char *path, int size, char *fcb, char *dospath); + // ホスト側のファイル名を得る BOOL hostdrvs_getrealpath(HDRVPATH *hdp, char *dospath); @@ -29,7 +33,6 @@ BOOL hostdrvs_getrealpath(HDRVPATH *hdp, BOOL hostdrvs_newrealpath(HDRVPATH *hdp, char *dospath); // ファイルハンドルリスト -void hostdrvs_fhdlreopen(LISTARRAY fhdl); void hostdrvs_fhdlallclose(LISTARRAY fhdl); HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl);