4.2.4.4 The Directory Builder
env.Directory(target)
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.
|