Functions | |
| KANZI_CONNECT_API string | chopPath (string &path, const char pathSeparator='.') |
| Chop a path to find the first part and modify the path to drop the processed part. More... | |
| KANZI_CONNECT_API string kanzi::connect::stringutils::chopPath | ( | string & | path, |
| const char | pathSeparator = '.' |
||
| ) |
Chop a path to find the first part and modify the path to drop the processed part.
| path | [inout] The path to chop, if separator is found then the first part of the path is dropped |
| pathSeparator | [in] The character which separates the different logical parts of the path |