<br>Are there any classes or methods for handling file names in ITK?<br><br>Is it common to use Boost.Filesystem for handling files in an ITK project?<br><a href="http://www.boost.org/doc/libs/1_40_0/libs/filesystem/doc/index.htm">http://www.boost.org/doc/libs/1_40_0/libs/filesystem/doc/index.htm</a><br>
<br>The main problem before me is to extract and change a file extension, like substitute .tif to .xfm, and to output a spatial transform into the .xfm file with the same path and filename as the .tif file.  (The actual file extension may be any image file type, not specifically .tif).<br>
<br>Thanks,<br>Darren<br><br>