Basta substituir todas as barras por barras duplas: string input = @"C:\SomeFolder\SubFolder\image.jpg"; string query = input.Replace(@"\", @"\\");