Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


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.

Articles

Suggest a new Article!