filesep
Returns the path separator, dependent on the system.
Syntax
R = filesep
R = filesep('all')
Inputs
- 'all'
- Returns all valid file separators on the system.
Outputs
- R
- Type: string
Examples
R = filesep
R = \
R = filesep('all')
R = /\
Returns the path separator, dependent on the system.
R = filesep
R = filesep('all')
R = filesep
R = \
R = filesep('all')
R = /\