Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip extra quotes at the beginning and end of the path #79

Open
1 task done
ooTruffle opened this issue Aug 6, 2022 · 1 comment
Open
1 task done

Strip extra quotes at the beginning and end of the path #79

ooTruffle opened this issue Aug 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ooTruffle
Copy link

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

  • I confirm I have checked existing list of Feature requests
@ooTruffle ooTruffle added the enhancement New feature or request label Aug 6, 2022
@thewilloftheshadow thewilloftheshadow changed the title [Windows only] QOL Strip extra quotes at the beginning and end of the path Aug 6, 2022
@t-brieger
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants