modelfinder.registerFolder
Description
modelfinder.registerFolder(
indexes
all models and projects located in one or more folder paths specified by
pathsToFolders
)pathsToFolders
in the default database of Model Finder. For more
information on the Model Finder default database, see modelfinder.setDefaultDatabase
.
When you index models and projects in a database, the database stores the textual
information of the project files and models such as model names, example names, model paths,
description, annotation, block names, and block types. To easily access the models, you can
set a search query in the database. Model Finder matches your search query with the textual
information in the database and displays the search results. For more information on
searching databases, see modelfinder
.
modelfinder.registerFolder(
indexes all models and projects located in one or more folder paths specified by
pathsToFolders
,dbPath
)pathsToFolders
in the database at the path
dbPath
. If the database does not exist at
dbPath
, a new database file is created in the specified path.