« Prev 4.3.3.2 The Copy Builder | Table of Contents | Next » 4.3.3.4 The Disassemble Builder |
env.Directory(target) # Example env.Directory("^/tests")
The Directory
builder can be used to explicitly create a directory.
This can also disambiguate whether the target for a subsequent builder
(e.g. Copy
) refers to a file path or directory path.
« Prev 4.3.3.2 The Copy Builder | Table of Contents | Next » 4.3.3.4 The Disassemble Builder |