|
|
| version 1.1.1.1, 2003/10/16 17:58:43 | version 1.3, 2003/11/23 09:59:10 |
|---|---|
| Line 70 short file_dircreate(const char *path); | Line 70 short file_dircreate(const char *path); |
| // カレントファイル操作 | // カレントファイル操作 |
| void file_setcd(const char *exepath); | void file_setcd(const char *exepath); |
| TCHAR *file_getcd(const char *path); | char *file_getcd(const char *path); |
| FILEH file_open_c(const char *path); | FILEH file_open_c(const char *path); |
| FILEH file_open_rb_c(const char *path); | FILEH file_open_rb_c(const char *path); |
| FILEH file_create_c(const char *path); | FILEH file_create_c(const char *path); |
| Line 81 FILEFINDH file_find1st(const char *path, | Line 81 FILEFINDH file_find1st(const char *path, |
| BOOL file_findnext(FILEFINDH hdl, FILEFINDT *fft); | BOOL file_findnext(FILEFINDH hdl, FILEFINDT *fft); |
| void file_findclose(FILEFINDH hdl); | void file_findclose(FILEFINDH hdl); |
| #define file_cpyname(a, b, c) milstr_ncpy(a, b, c) | #define file_cpyname(a, b, c) milsjis_ncpy(a, b, c) |
| #define file_catname(a, b, c) milstr_ncat(a, b, c) | #define file_catname(a, b, c) milsjis_ncat(a, b, c) |
| #define file_cmpname(a, b) milstr_cmp(a, b) | #define file_cmpname(a, b) milsjis_cmp(a, b) |
| char *file_getname(char *path); | char *file_getname(char *path); |
| void file_cutname(char *path); | void file_cutname(char *path); |
| char *file_getext(char *path); | char *file_getext(char *path); |