Login  Register

Open "file.*" from within Macro

Posted by Barton, Robert on Aug 15, 2007; 4:06pm
URL: http://imagej.273.s1.nabble.com/Open-file-from-within-Macro-tp3698626.html

I'd like my macro to be able to open either .dcm or .jpg files depending on
what is located in the folder.

The line I tried was:

open("C:\\Physics\\DMLC\\Test 7\\Test7.*");

Any ideas on making this work?

Thanks