Function gkfs::path::split_path(const string&)

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”]