Run app that name contains space(mac)

Asked by Alexandr

For example:
x = App("/Applications/System Preferences.app"
x.open()

Not works

For run run app that name contains space(mac) before space must write \(backslash):
x = App("/Applications/System\ Preferences.app"
x.open()

in that case app runs, but in message area appears error:
[error] App: create: does not exist: /Applications/System\ Preferences.app

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Thanks for your contribution and the detailed problem descriptions.

Helps me to fix things asap.

Made it a bug.

Can you help with this problem?

Provide an answer of your own, or ask Alexandr for more information if necessary.

To post a message you must log in.