pathsep {matlab}R Documentation

MATLAB pathsep function

Description

Returns the character that separates directory names in a list such as the PATH environment variable.

Usage

pathsep

Details

Variable that contains the value of .Platform$path.sep.

Value

Returns character representing this platform's path separator.

Note

Implemented as an R variable rather than a function such that it more closely resembles normal MATLAB usage.

Author(s)

P. Roebuck proebuck1701@gmail.com

See Also

filesep


[Package matlab version 1.0.4 Index]