Workspace 6.21.5
|
Creates a PackageItem representing a file on disk being added to a package. The user can control the destination file name, as well as the permissions of the destination file.
Inputs: | |||
---|---|---|---|
Include in package | bool | If enabled, the contents of this PackageItem will be included in the package. | |
Source file | QString | ||
Destination directory | QString | ||
Destination file name | QString | ||
Owner read permission | bool | ||
Owner write permission | bool | ||
Owner execute permission | bool | ||
Group read permission | bool | ||
Group write permission | bool | ||
Group execute permission | bool | ||
World read permission | bool | ||
World write permission | bool | ||
World execute permission | bool | ||
Set user ID on execute | bool | ||
Set group ID on execute | bool | ||
Outputs: | |||
Package item | CSIRO::Package::PackageItem |