For application itself, if path includes the spaces, then whole path included in double quotes. So application starts successfully.
However if the path to the .scad file includes spaces the application opens no file. To fix this the path to the file must be included in the double quotes (or each space should be prepended by back-slash ("\").
For application itself, if path includes the spaces, then whole path included in double quotes. So application starts successfully.
However if the path to the .scad file includes spaces the application opens no file. To fix this the path to the file must be included in the double quotes (or each space should be prepended by back-slash ("\").