std.dir.prepare() | Prepares the contents of a directory with the specified files.
|
std.env.qualifier.any() | Gets an environment qualifier that doesn't restrict the suitable build environments.
|
std.env.qualifier.params() | Creates an environment qualifier that expects the specified environment user parameters to have the associated values.
|
std.file.copy() | Copies files between two file locations.
|
std.file.local() | Specifies a file location on the local file system.
|
std.file.mirror() | Mirrors a file at the given path to the local file system.
|
std.file.mirror.path() | Gets the mirror path for a given file location.
|
std.file.place() | Gets a file place in the build directory where you can work and freely modify files.
|
std.file.put() | Puts a file to the given file location.
|
std.file.type() | Gets information about the type of a file.
|
std.file.wildcard() | Resolves one or more wildcard patterns to file paths.
|
std.file.wildcard.local() | Resolves one or more wildcard patterns to file paths on the local file system.
|
std.param.env() | Gets the value of a build environment user parameter.
|
std.param.exec() | Gets the value of a build execution user parameter.
|