atomsIsInstalledDetermines whether the module is installed. Returns true if the module is installed, false otherwise.Calling Sequence
res = atomsIsInstalled(modules[,section])
Argumentsmodules
mx1, mx2 Matrix of strings:
1st Col.
Technical name
Mandatory
2nd Col.
Version
Optional
If this field is empty or is not present,
module's version is ignored.
3rd Col.
Section
Optional
If this field is empty or is not present,
module's section is ignored.
section
This argument controls the list of searched modules.
section is a single-string and its value should be :
"all": atomsIsInstalled() searches external
modules installed in both "user" and "allusers" sections.
"allusers": atomsIsInstalled() searches external
modules installed in the "allusers" section.
"user": atomsIsInstalled() searches external
modules installed in the "user" section.
The default value is "all".
resDescriptionExamplesSee Also
atomsInstall
atomsGetInstalled