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
deletefile
удаляет файл
Последовательность вызова
f = deletefile(filename)
Аргументы
- filename
строка, имя файла (существующего или нет)
- f
логическое значение:
%t
или%f
Описание
Эта функция удаляет файл filename
. Если файл filename
удалён, то она возвращает
%t
, а иначе %f
.
Примеры
Report an issue | ||
<< copyfile | Файлы: функции ввода/вывода | dispfiles >> |