Error: type mismatch Expression: removePrefix(input, root & "\\") [1] input: string [2] root & "\\": string Expected one of (first mismatch at [position]): [1*] func removePrefix(s: var string; c: char) [1*] func removePrefix(s: var string; chars: set[char] = Newlines) [1*] func removePrefix(s: var string; prefix: string) *: argument is immutable, not 'var'