Path

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

Path

fabrice senger-2
Hi is there a way to navigate within  a given directory like between parent
and child directory, as it is for example possible in MatLab ?

Thank you,

Fabrice.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Path

Jean-Philippe Grossier
Hi,

If you're talking about macro function, you should find those functions on
imagej website (Built-in macro function> File function). I guess you need
the following:
*File.getParent(path)*
 *File.isDirectory(path)*
and
*getFileList(path)*
cheers,

jp

  <http://rsbweb.nih.gov/ij/macros/SaveTextFileDemo.txt>


2013/12/9 Fabrice Senger <[hidden email]>

> Hi is there a way to navigate within  a given directory like between parent
> and child directory, as it is for example possible in MatLab ?
>
> Thank you,
>
> Fabrice.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html