# try this code in playground with latest and 1.6.4 ``` # import strutils # proc rootRemover2(root:string,input:string):string = # result = input.removePrefix(root & "\\")``` the error of 1.6.4 actually # explains the issue, while the new error is very opaque imo