Workspace 6.21.5
|
Creates a PackageItem that encompasses the contents of an entire directory. The user can control which files are included from the directory, as well as the name and permissions of the directory as it will exist in the final package.
Inputs: | |||
---|---|---|---|
Include in package | bool | ||
Source directory | QString | ||
Destination directory | QString | ||
Filenames and patterns to match | Array | QString | |
Filenames and patterns to exclude | Array | 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 | ||
Outputs: | |||
Package item | CSIRO::Package::PackageItem |