WackyWebM icon indicating copy to clipboard operation
WackyWebM copied to clipboard

Strip extra quotes at the beginning and end of the path

Open ooTruffle opened this issue 2 years ago • 1 comments

Related area

Have a check to strip any " around the path to the file

Is your feature request related to a problem?

When useing the "copy path" button in windows it copy's the path rapped in " causeing the script to not like it

Describe the solution you'd like

If the code sees 2 " rapping the code strip it so it gets the raw path to the file and stops people saying about the path being correct but the code says it's invalid

Additional context

No response

I have checked existing list of Feature requests

  • [X] I confirm I have checked existing list of Feature requests

ooTruffle avatar Aug 06 '22 21:08 ooTruffle

related to this: maybe parse escaped characters (for example, in a path like /home/name\ with\ spaces/file\/with_a_weird_name)

t-brieger avatar Aug 07 '22 10:08 t-brieger