pathsep
Return the search path separator character for the current platform.
📝
Syntax
res = pathsep()
📤
Output Arguments
Parameter
Description
res
a string: ';' or ':'
📄
Description
pathsep
returns ';' on Windows and ':' on others platforms.
💡
Examples
A = pathsep
🔗
See Also
filesep
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub