Skip to content

filemarker

Character that separates a function name from its file name.

c = filemarker

Returns the character used to separate file from function names in qualified references — typically '>'. Used internally; rarely needed in user code.

filemarker % '>'
  • filesep — Platform-specific path separator.
  • fullfile — Build a file path from directory and file components.