join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
filesystem.hpp File Reference
#include <string>
Include dependency graph for filesystem.hpp:
This graph shows which files directly or indirectly include this file:

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.