Scilab 6.0.1
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
returns directory separator for current platform
Syntax
s = filesep()
Arguments
- s
a string
Description
The filesep
returns directory separator ('/'
on GNU/Linux or '\'
on Windows).
Examples
filesep()
Report an issue | ||
<< fileparts | Paths - Filenames | fullfile >> |