Re: Compiling (MakeDirectory)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Compiling (MakeDirectory)

Wayne Rasband
 > now I'm trying to compile Mark R Besonen piece of code
 > allowing to create folders using the macro language. Unfortunately,
 > I get an exception error when I try to compile this :

The macro language in ImageJ 1.35g, now available at
"http://rsb.info.nih.gov/ij/notes.html", has a built in makeDirectory()
function. This function, and 10 other new file related functions, are
described at
"http://rsb.info.nih.gov/ij/developer/macro/functions.html#file".

-wayne