Improved Activities Documentation

I often read the documentation on the activities to understand the arguments and behaviour but many times they don’t answer the question I need answering.

For example today I’m making a workflow that creates a new directory for files when it starts. I’d like to know what the default behavior of Create Directory is if the directory already exists, does it fail, delete the old and make a new directory or something else?

The documentation says nothing about this:
Create Directory

so I have to waste time testing it for myself (it does nothing if the directory already exists to help others)

3 Likes

Same as I think,the doc of the official activities is just shit.
I even need to decompile the package to find the class or function to understand it