Hi. I've faced a path/string problem. Looks like the code lib.splitString "-" (toString (./some/valid/path)) returns [ "./some/valid/path" ] instead of [ "some" "valid" "path" ] in other words, looks like paths are treated in a some special way. Is it a known issue? Regards, Sergey