How to delete all files in a folder?
A folder contains no folders but multiple files.
How can I delete these files using JSL?
Because this folder is occupied by other levels, cannot be achieved by deleting the folder.rd1=Delete Directory(dir);rc1=Create Directory(dir);
Thanks!