<< listvarinfile Arquivos : funções de Entrada/Saída mclearerr >>

Ajuda do Scilab >> Arquivos : funções de Entrada/Saída > 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

an integer the new value.

r

an integer: effective new value.

Description

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

Minimum : 20

Maximum : 100

Default : 20

Examples

r = maxfiles(50);

See Also


Report an issue
<< listvarinfile Arquivos : funções de Entrada/Saída mclearerr >>