I foolishly included a # (number symbol) in a file path. Whenever I reference this it generates the following error:
Illegal parameter number in definition of \reserved@a. [.../Paper#1/2016-02-14/paper1_2016-02-14.pdf}]
Is there a solution to this that is easier than renaming the folder, and consequently, changing all of the code within it to reflect that?
\documentclass[a4paper,12pt]{article}
\begin{document}
\includepdf[pages=-]{../../Paper#1/2016-02-14/paper1_2016-02-14.pdf}
\end{document}