Hello Ulrich,
Below code is working fine for creating folder in Unix/Linux environment. But not sure how to do that in Windows environment. Can you please explain how to achieve it ?
lv_command(9) | = 'mkdir -p '. | |
lv_command+9(55) = lv_pathextern. |
CALL 'SYSTEM' ID 'COMMAND' FIELD lv_command. |
Thanks,
Gaurav.