‎2005 Sep 14 11:24 AM
Dear all,
Exist a function or a method which copy an entire folder ( with its subfolders ) to a destination ? or only copy each file recursively.
Thank you!
Bogdan
‎2005 Sep 14 12:36 PM
Hi,
If you use Win OS, you can use one of the command-lines tools.
example:
call method CL_GUI_FRONTEND_SERVICES=>EXECUTE
exporting
APPLICATION = 'xcopy.exe'
parameter = 'C:\Test_files /i'.
Svetlin