Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Copy a local folder

Former Member
0 Likes
293

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

1 REPLY 1
Read only

Former Member
0 Likes
265

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