Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2026.0.0 - Português


atomsGetLoadedPath

Returns the path of the installation directory of loaded external modules.

Syntax

path = atomsGetLoadedPath(module)

Arguments

module

m x 1, m x 2, m x 3 matrix of strings

1st Col. (Mandatory) 2nd Col. (Optional) 3rd Col. (Optional)
Technical name Version: if this field is empty or is not present, the most recent version is used Section: if this field is empty or is not present, "allusers" is used
path

The path of the given module

Description

atomsGetLoadedPath returns the path of the module given

Examples

atomsSetConfig("Verbose","True");

// Load the test repository
exec("SCI/modules/atoms/tests/unit_tests/atomsTestUtils.sce", -1);
repository = atomsCreateTestRepository("scene10");

atomsInstall("toolbox_5V6");
atomsLoad("toolbox_5V6");

path = atomsGetLoadedPath("toolbox_5V6");

// Cleaning
atomsRemove("toolbox_5V6");
atomsRepositoryDel(repository);

See also

Report an issue
<< atomsGetLoaded ATOMS atomsInstall >>

Copyright (c) 2022-2025 (Dassault Systèmes S.E.)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 16 09:15:47 CEST 2025