pathsep

Return the search path separator character for the current platform.

📝 Syntax

  • res = pathsep()

📤 Output argument

  • res - a string: ';' or ':'

📄 Description

pathsep returns ';' on Windows and ':' on others platforms.

💡 Example

A = pathsep

🔗 See also

filesep.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?