• Hi,
    In my code, I have a line
    image = File.OpenRead(“C:\\path\\to\\your\\file.jpg”),
    I entered it in your highlighter, and received on the page
    image = File.OpenRead(“C:pathtoyourfile.jpg”),
    To receive 2 backslashes, I had to write 8 in the source:
    image = File.OpenRead(“C:\\\\\\\\path\\\\\\\\to\\\\\\\\your\\\\\\\\file.jpg”),

    I write in blogs.embarcadero.com. Unfortunately, could not find highlighter version number.

    A small additional note. When I specify C#, keyword “using” is not highlighted. With Default, it is.

    Thank you,
    Maris

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Backslash problem’ is closed to new replies.