[Insight-developers] windows

Mathieu Malaterre mathieu.malaterre at kitware.com
Wed Aug 30 14:58:51 EDT 2006


Leila Baghdadi wrote:
> hey guys
> 
> does anyone know if there is an equivalent of dirent.h for windows in
> which I can use with .Net compiler and handle directories in windows.

kwsys::Directory

actually for ITK it should be:

#include <itksys/Directory.hxx>
itksys::Directory d;
...

HTH
Mathieu


More information about the Insight-developers mailing list