Sets the limit for the number of files a scilab is allowed to have open simultaneously. (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Files : Input/Output functions > maxfiles

maxfiles

sets the limit for the number of files a scilab is allowed to have open simultaneously.

Calling Sequence

r= maxfiles(newnumbermax)

Arguments

newnumbermax

a integer the new value

r

effective new value.

Description

sets the limit for the number of files a scilab is allowed to have open simultaneously.

Minimum : 20

Maximum : 100

Default : 20

Examples

See Also