Scilab 5.4.0
- Ajuda Scilab
- Arquivos : funções de Entrada/Saída
- Directory
- Paths - Filenames
- fileinfo
- getmd5
- newest
- sscanf
- copyfile
- deletefile
- dispfiles
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- save_format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
dispfiles
displays opened files properties
Calling Sequence
dispfiles([units])
Arguments
- units
a vector of integer numbers, the file's logical units. By default all opened files.
Description
dispfiles
displays properties of currently opened files.
Examples
dispfiles()
Comments
Add a comment:
Please login to comment this page.