Finds all local DataType directories and files that have not been added to the KiProject resources.

find_missing_resources(ki_project)

Arguments

ki_project

a Ki Project obtained from ki_project

Value

List of paths

Note

This can be used in either of the following ways:

ki_project$find_missing_resources(...)
find_missing_resources(ki_project, ...)