[quote user="Maury"]
".\Rice Road\CAM\Camera 1\160527_000930896_Camera_1.jpg"
becomes
".\Rice Road\CAM\Camera 1 527_000930896_Camera_1.jpg"
[/quote]
If you were writing C# then it's simple: the backslash is an escape char and the interpreter tried to parse the following characters as a symbol.
But you're writing what: C#, VB.NET or VBA?