directory_create
Create a directory if it doesn't exist.
⚙️ Compatible targets: Linux, Windows
⚠️ Deprecated: This method is deprecated and should not be used.
Parameters
Name | Documentation |
---|---|
path | Full path of directory to create (trailing '/' is optional). This parameter is required. |
Outcome conditions
You need to replace ${path}
with its actual canonified value.
- ✅ Ok:
directory_create_${path}_ok
- ☑️ Already compliant:
directory_create_${path}_kept
- 🟨 Repaired:
directory_create_${path}_repaired
- ☑️ Already compliant:
- ❌ Error:
directory_create_${path}_error
Example
method: directory_create
params:
path: VALUE