Subj : Copying Files To : borland.public.cpp.borlandcpp From : Georges Date : Thu Jul 10 2003 11:42 am The only way I know of copying files from one directory to another in C or C++ is to use the system command eg: system("xcopy C:\\THISDIR\\*.DAT C:\\THATDIR\\"); which is not very elegant as it displays a DOS window. Is there any other C/C++ function that would to the same job ? Georges .