Subj : directory trees To : borland.public.cpp.borlandcpp From : "mike" Date : Mon Apr 12 2004 07:40 pm hi, i was writing my own installer program for my app, but i ran into a roadblock.i need to copy over directory trees which contains both files and directories. i am using pure win32 (no OWL or MFC) and there is no CopyDirectory (). there is a CopyFile (), but the tree that i want to copy has a lot of files and i don't want to do it that way. plus when i add a file to the tree i wil have to remember to update the intstaller. i was wondering if there is a good way to do this? the only other way i could think of was to spawn a new process and call xcopy to do the directory copy. any ideas? aloha, mike .