Name

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

Calling Sequence

r= maxfiles(newnumbermax)

Parameters

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


r=maxfiles(50);
 
  

See Also

mopen