Hi, On Monday 19 February 2007 14:01, Christian Stimming wrote: > Martin Preuss schrieb: [...] > Thank you very much. I'll test this on windows later this week. One > thing that this GWEN_Path_Convert() might have been supposed to do was > to create that path if it wasn't existing... but I'll see how it works > now. This solution certainly seems to be possible. [...]
You have to think of the path class as a more generic class: I used it everywhere I need to parse paths (e.g. in GWEN_DB I use it to parse the string "group1/group2/variable", in analogy to this I also use it to parse XML paths). So the path functions per se don't have anything to do with directories at all. However, naturally I also use this module for traversal of directory hierarchies (directory_all.c), but that is just a use case of that generic class. Regards Martin -- "Things are only impossible until they're not" AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
