Has there anybody any code to get a list of a spezified directory's files, subdirectories and their files? The list perhaps as CString or CStringArray?
if you use the MFC, you can use CFileFind to recursivly search all files in a directory and his subdirectories. Then you can also put the found files in a CStringArray. -- class God : public ChuckNorris { };
funktioniert nur das man hierbei jedes gefundene unterverzeichnis extra durchsuchen mussDieser Post wurde am 26.08.2005 um 23:40 Uhr von Skippy editiert.