Re: Run an application in a directory named with spaces
- Posted by irv Sep 15, 2016
- 1886 views
I just had a similar problem calling system("explorer " & file,0) where one part of the file path contains a space.
abbreviate_path(file) seems to solve the problem.
Give that a try