Ensure Directory
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Ensure Directory
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Ensure Directory
Ensures the existence of a directory on a server.
Script usage:
Ensure-Directory( Name: <text>, [Exists: <true/false>] );
This operation may be prefixed with Files::
, although this is a built-in namespace and isn't really necessary.
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Name | text | Name | This argument is required. |
Exists | true/false | Exists |
Example:
# ensures the Logs directory for the website exists and that it's writable Ensure-Directory( Name: E:\Website\Logs, ReadOnly: false );
Was this article helpful?