#include <stringtools.h>
Static Public Methods | |
string | convertToFileName (const string &src) |
string | convertToDirectory (const string &src) |
Various methods for manipulating strings.
|
"Cleans" a string in the sense that it is possible to use the string as a path name. Especially this method ensures that the directory ends with "/".
|
|
"cleans" a string in the sense that it is o.k. to use it as a filename.
|