Scilab 5.5.2
- Справка Scilab
- Файлы: функции ввода/вывода
- Директория
- Пути - Имена файлов
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- преобразование scanf
- getURL
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
dispfiles
выводит на экран свойства открытых файлов
Последовательность вызова
dispfiles([units])
Аргументы
- units
вектор целых чисел: номера логических блоков. По умолчанию все открытые файлы.
Описание
Функция dispfiles
выводит на экран свойства файлов,
открытых на данный момент.
Примеры
dispfiles()
Report an issue | ||
<< deletefile | Файлы: функции ввода/вывода | fileinfo >> |