|
join 1.0
lightweight network framework library
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | join |
Functions | |
| __inline__ std::string | join::base (const std::string &filepath) |
| get base path of the specified file. | |
| __inline__ std::string | join::filename (const std::string &filepath) |
| get file name of the specified file. | |
| __inline__ std::string | join::extension (const std::string &filepath) |
| get extension of the file specified. | |
| __inline__ std::string | join::mime (const std::string &filepath) |
| get mime type of the specified file. | |