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
pathsep
returns path separator for current platform
Calling Sequence
s = pathsep()
Arguments
- s
a string
Description
pathsep
returns path separator (':'
on GNU/Linux or ';'
on Windows ).
Examples
pathsep()
Report an issue | ||
<< pathconvert | Paths - Filenames | splitURL >> |