When I run the Macro recorder (Plugins > Macros > Record...) and then File > Open... something I get this recorded:
run("Select path", "inputfile=[path\to\image]");
...
The "Select path" seems to be a SCIFIO-ization but happens whether or not Edit > Options > ImageJ2 > SCIFIO is enabled.
In any case, this does not run in an IJM macro. It should just be open("image").
When I run the Macro recorder (
Plugins > Macros > Record...) and thenFile > Open...something I get this recorded:The "Select path" seems to be a SCIFIO-ization but happens whether or not
Edit > Options > ImageJ2 > SCIFIOis enabled.In any case, this does not run in an IJM macro. It should just be
open("image").