Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
filesep
возвращает разделитель директорий для текущей платформы
Последовательность вызова
s = filesep()
Аргументы
- s
строка
Описание
Функция filesep
возвращает разделитель директорий ('/'
в GNU/Linux или '\'
в Windows).
Примеры
filesep()
Report an issue | ||
<< fileparts | Пути - Имена файлов | fullfile >> |