Main Content
pathsep
Search path separator for current platform
Syntax
Description
c = pathsep
returns the search path separator character for
the current platform. The search path separator is the character that separates path
names in the pathdef.m
file, as returned by the path
function. On Windows®, the character is a semicolon (;
). On UNIX® the character is a colon (:
). Use
pathsep
to work programmatically with the content of the
search path file.
Examples
Extended Capabilities
Version History
Introduced before R2006a