fullfile
Build full file name from parts.
📝Syntax
R = fullfile(part1, ... , partN)
📥Input Arguments
Parameter Description
part1, ... , partN a string or cell of string: filename to concat.
📤Output Arguments
Parameter Description
R a character array or string array or cell array of character vectors.
📄Description

R = fullfile(part1, ... , partN) build full file name from parts.

💡Examples
fullfile([nelsonroot(), '/./toto'])
🔗See Also
fullpath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub