I have a method that builds a filepath: var filePath = Path.Combine(rootPath, fileName);
var filePath = Path.Combine(rootPath, fileName);
And then the line when file is opened is causing Vecacode error with