|
join 1.0
lightweight network framework library
|
#include <string>#include <sys/stat.h>

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