fullfile
Build full file name from parts.
Syntax
R = fullfile(part1, ... , partN)
Input argument
part1, ... , partN - a string or cell of string: filename to concat.
Output argument
R - a character array or string array or cell array of character vectors.
Description
R = fullfile(part1, ... , partN) build full file name from parts.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated