filesep {matlab} | R Documentation |
MATLAB filesep function
Description
Returns the character that separates directory names in filenames.
Usage
filesep
Details
Variable that contains the value of .Platform$file.sep
.
Value
Returns character representing this platform's file 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
[Package matlab version 1.0.4.1 Index]