Run and Execute on Linux and Mac
Posted: Wed Feb 28, 2024 5:08 pm
Run() and Execute() do not work on Linux and Mac when used with relative paths. I don't seem to be the first one who had trouble with this. There is no error message either.
The problem can be avoided by executing a CanonizePath() on the argument file$
The problem can be avoided by executing a CanonizePath() on the argument file$
Code: Select all
Run(CanonizePath(file$))