libigl v2.5.0
Loading...
Searching...
No Matches
pathinfo.h File Reference
#include "igl_inline.h"
#include <string>
#include "pathinfo.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::pathinfo (const std::string &path, std::string &dirname, std::string &basename, std::string &extension, std::string &filename)
 Function like PHP's pathinfo to return information about path.