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