Hello,
I have created a sub routine in karel to copy TP programs and it works but i would like to delete them when i do not use them.
I have used the instruction:
DELETE_FILE('MD:\'+st_prog_to_delete+'.TP', TRUE, i_Status)
but it doesn't work. I have the following error:
INTP-322 invalid arg val for builtin
does anybody know how to proceed ?
really thanks.