saker.standard Documentation TaskDoc JavaDoc Packages
Gets a file place in the build directory where you can work and freely modify files. The result of the task is a path where you can freely place files to during the build execution. It is mainly useful when you need a location where you can set up a file hierarchy suitable for your use-cases, without polluting the working directory or interfering with other tasks. The result path of the task will be {build-dir}/std.file.place/{Path}.
Summary
Parameters
Path
Required parameter.
Specifies a forward relative path where the requested place should point to.
Parameters
Required parameter.
Specifies a forward relative path where the requested place should point to. The parameter will be resolved against the build directory, and the resulting absolute path is returned.