utils library

Functions

splitPath(String str) → Tuple2<String, String>
Splits path into 2 strings 'a/b/c' -> 'a' 'b/c'