Scilab 6.0.1
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
pathsep
returns path separator for current platform
Syntax
s = pathsep()
Arguments
- s
a string
Description
pathsep
returns path separator (':'
on GNU/Linux or ';'
on Windows ).
Examples
pathsep()
Comments
Add a comment:
Please login to comment this page.