Use case or problem
Working with Windows file paths uses a lot backslashes \
This is an escape character so \\fileserver\folder\file.txt
ends up looking looking wrong unless captured in backticks. ``
Proposed solution
An option to select an alternate escape character would be very useful.
Current workaround (optional)
@rigamarole suggested capturing the file paths in backticks.