Ignore:
Timestamp:
12/29/19 16:08:36 (5 years ago)
Author:
Maciej Komosinski
Message:

Added a helper function to concatenate path components inserting PATH_SEPARATOR_CHAR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/sstringutils.h

    r786 r904  
    2828
    2929SString trim(const SString& s); ///< remove leading/trailing whitespace
     30SString concatPath(const SString& in1,const SString& in2); ///< concatenate path components inserting PATH_SEPARATOR_CHAR if not already present
    3031bool removeCR(SString& s); ///< remove '\r' return true if changed
    3132bool matchWildcard(const SString& word, const SString& pattern);///< '*' in pattern matches any substring
Note: See TracChangeset for help on using the changeset viewer.