Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tbx_build_cleaner
Generate a cleaner.sce script (toolbox compilation process)
Syntax
tbx_build_cleaner() tbx_build_cleaner(toolbox_path) tbx_build_cleaner(toolbox_name) // obsolete tbx_build_cleaner(toolbox_name, toolbox_path) // obsolete
Arguments
- toolbox_path
Root directory of toolbox sources ; the script will be generated here (default: current directory).
- toolbox_name (obsolete)
Toolbox short name = basename of the
.start
file in theetc/
directory of the toolbox.
Examples
// Recommended usage, from the builder.sce script tbx_build_cleaner(get_absolute_file_path('builder.sce'))
History
バージョン | 記述 |
6.0.0 | Syntaxes using toolbox_name are obsolete. |
Report an issue | ||
<< tbx_build_blocks | Sections builders | tbx_build_loader >> |