Hi, there is no support for actual file handling in MITK itself. I would have a look at QDirIterator, for example:
http://qt-project.org/doc/qt-4.8/qdiriterator.html - Sascha On 05/16/2012 03:14 PM, Hila Hiler wrote: > Hi all, > > Actually, my question is very basic. > > I have this data arrangement in my computer: > > root_dir > | > |__dir1____ > |__file1 > |__file2 > |__... > |__fileN > |__dir2____ > |__file1 > |__file2 > | > |_dirN > > > How do I program a code that after pressing on my Mitk's plug in's > button - it will navigate through all my files (mentioned above) ? > It means that after manipulating the files in one directory, the > second directory will be manipulated by the plug in ... > > so I'll just have to insert the path of my root_dir (c://...) and that > will do all for me. > > > with this method I'd be able to manipulate a huge data base and go > somewhere else when it's busy ... > > > How am I doing that? > > > Best Regards, > Hila > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
