[Tex/LaTex] print the backslash in the pdf document

symbols

I want to print the following path D:\\hl_sv in the PDF document but I am facing problem that the backslash are not being displayed. How can escape them to write them in the pdf document.

tex code:

\documentclass[paper=a4, fontsize=11pt]{scrartcl}   % 
\usepackage[ngerman, english]{babel}
\usepackage[protrusion=true,expansion=true]{microtype}  

\renewcommand{\baselinestretch}{1.5}
\usepackage[backend=bibtex]{biblatex}

\addbibresource{references.bib}

\begin{document}

\begin{itemize}

\item[1.] Currently, the parser parses PDF files in this path \textbf{D:\\hl\_sv} which needs to be changed to the saved timetable files path.
\end{itemize}

\end{document}

Best Answer

with package url

 [ ... ] this path \path{D:\\hl\_sv}