Function gkfs::path::split_path(const string&)
Defined in File path_util.cpp
Function Documentation
-
::vector<string> gkfs::path::split_path(const string &path)
Split a path into its components
Returns a vector of the components of the given path.
Example: split_path(“/first/second/third”) == [“first”, “second”, “third”]