Question:
Hi all,
how to delete file from local directory?
I have file in C:\TMP where needs to be deleted every time I run my program.
many thanks
Karina
Answer:
See Function SXPG_COMMAND_EXECUTE
Answer:
See Function SXPG_COMMAND_EXECUTE
SXPG_COMMAND_EXECUTE is for executing OS command on application server. To delete file on user workstation you can use method FILE_DELETE of class CL_GUI_FRONTEND_SERVICES.
_________________
Best regards, Sergey Korolev
Answer:
yes sorry i was thinking of WS_EXECUTE but try GUI_DELETE_FILE also.