Changes the name or version on a KiProjectResource.
data_change(ki_project, resource_or_identifier, name = NULL, version = NULL)
ki_project | a Ki Project obtained from |
---|---|
resource_or_identifier | KiProjectResource object or a valid identifier (local path, remote URI, name). |
name | The new name. |
version | The new version (or 'None' to clear the version). |
KiProjectResource
This can be used in either of the following ways:
ki_project$data_change(...) data_change(ki_project, ...)