filesep
returns directory separator for current platform
Syntax
s = filesep()
Arguments
- s
- a string 
Description
The filesep returns directory separator  ('/' on GNU/Linux or '\' on Windows).
Examples
filesep()
| Report an issue | ||
| << fileparts | Paths - Filenames | fullfile >> |