Find model file dependencies
returns the full paths of all existing files referenced by the model
files = dependencies.fileDependencyAnalysis('modelname')modelname.
[
also returns files,missing]
= dependencies.fileDependencyAnalysis('modelname')missing, any referenced files that cannot be found.
[
also returns files,missing,depfile]
= dependencies.fileDependencyAnalysis('modelname')depfile, the full path of the user dependencies
(.smd) file, if it exists, that stores the names of any files the user
manually added or excluded.
[
also creates a manifest file specified in files,missing,depfile,manifestfile] = dependencies.fileDependencyAnalysis('modelname','manifestfile')manifestfile.
Interactively generate a dependency graph and a report summarizing the list of required files and products. For more details, see Analyze Model Dependencies.
If your model is in a project, use listRequiredFiles instead.
To programmatically check which add-ons are required, use dependencies.toolboxDependencyAnalysis instead.