Spaces in paths
#1403
Replies: 1 comment 1 reply
-
@kenNash Here's how I would write it: let folderPath = home("Desktop", `"A B"`)
await exec(`open ${folderPath}`) Using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kiters!
In Terminal.app,
correctly opens my "A B" folder. But
in a script doesn't.
Am I doing something wrong?
Is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions