Welcome Guest! Log in
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.


Here is how to set the properties for deleting the directory "d:/temp/deleteme" and all its content, including subdirectories:

  • DEL_DIR: the parent directory (for example "d:/temp/deleteme")
  • DEL_INCLUDES: a double wildcard "**" which indicates to recursively delete everything inside DEL_DIR
  • DEL_INCLUDES_EMPTY_DIRS: check this box, so that the Runtime deletes the directory once its content is deleted.

Of course, make sure you set the properties correctly, because the Delete action cannot be undone!

In order not to delete the "d:/temp/deleteme" once its content is deleted, you can use the following mask "**/*" in DEL_DIR option.

It allows to delete everything inside the directory (including empty subdirectories) without deleting the main directory.

You have no rights to post comments

Articles

Suggest a new Article!