First time here? Check out the FAQ!

Revision history  [back]

There's no paste-filename sort of command or script that I know of, but I'm not seeing how typing r"|" and pasting a filename into there at the | would ever be a problem. \U in a raw string is \U, right?

>>> x = r'\Test\Use'
>>> print(x)
\Test\Use

Not sure if I'm misunderstanding something...