Crossfire Server, Trunk
path.h
Go to the documentation of this file.
1 
6 #ifndef PATH_H
7 #define PATH_H
8 
12 char *path_combine(const char *src, const char *dst, char *path, size_t size);
13 
17 void path_normalize(char *path);
18 
24 char *path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size);
25 
26 #endif /* PATH_H */
path_combine
char * path_combine(const char *src, const char *dst, char *path, size_t size)
Definition: path.cpp:51
path_normalize
void path_normalize(char *path)
Definition: path.cpp:85
path
pluglist shows those as well as a short text describing each the list will simply appear empty The keyword for the Python plugin is Python plugout< keyword > Unloads a given identified by its _keyword_ So if you want to unload the Python you need to do plugout Python plugin< libname > Loads a given whose _filename_ is libname So in the case of you d have to do a plugin cfpython so Note that all filenames are relative to the default plugin path(SHARE/plugins). Console messages. ----------------- When Crossfire starts
path_combine_and_normalize
char * path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size)
Definition: path.cpp:172