SphinxBase
5prealpha
|
File names related operation. More...
Go to the source code of this file.
Functions | |
SPHINXBASE_EXPORT const char * | path2basename (const char *path) |
Returns the last part of the path, without modifying anything in memory. | |
SPHINXBASE_EXPORT void | path2dirname (const char *path, char *dir) |
Strip off filename from the given path and copy the directory name into dir Caller must have allocated dir (hint: it's always shorter than path). | |
SPHINXBASE_EXPORT void | strip_fileext (const char *file, char *root) |
Strip off the smallest trailing file-extension suffix and copy the rest into the given root argument. More... | |
SPHINXBASE_EXPORT int | path_is_absolute (const char *file) |
Test whether a pathname is absolute for the current OS. | |
File names related operation.
Definition in file filename.h.
SPHINXBASE_EXPORT void strip_fileext | ( | const char * | file, |
char * | root | ||
) |
Strip off the smallest trailing file-extension suffix and copy the rest into the given root argument.
Caller must have allocated root.
Definition at line 90 of file filename.c.