|
|
| version 1.4, 2004/01/27 10:55:47 | version 1.5, 2004/06/21 02:01:32 |
|---|---|
| Line 94 void file_listclose(FLISTH hdl); | Line 94 void file_listclose(FLISTH hdl); |
| #define file_cmpname(p, n) strcmp(p, n) | #define file_cmpname(p, n) strcmp(p, n) |
| #endif | #endif |
| void file_catname(char *path, const char *name, int maxlen); | void file_catname(char *path, const char *name, int maxlen); |
| char *file_getname(char *path); | char *file_getname(const char *path); |
| void file_cutname(char *path); | void file_cutname(char *path); |
| char *file_getext(char *path); | char *file_getext(const char *path); |
| void file_cutext(char *path); | void file_cutext(char *path); |
| void file_cutseparator(char *path); | void file_cutseparator(char *path); |
| void file_setseparator(char *path, int maxlen); | void file_setseparator(char *path, int maxlen); |