saker.standard Documentation TaskDoc JavaDoc Packages
Specifies a file location on the local file system. This task can be used to create a file location object that references a file on the file system that the build is executed on. As most tasks use execution related paths as their input and output specifications, this task can be used to specify a local file. Using the result of this task as an input to other tasks may not be supported in all cases. It depends on the accepting task implementation.
Summary
Parameters
Path
Required parameter.
Specifies the absolute local file system path for which the file location should be created.
Parameters
Required parameter.
Specifies the absolute local file system path for which the file location should be created. The given path must be absolute. A file is not required to exist at the given location. The specified file may be of any kind, its representation is based on the accepting task. (I.e. it may be a regular file, directory, link, or non-existent.)