<< filesep | Files and folders functions | fullpath >> |
R = fullfile(part1, ... , partN) |
a string or cell of string: filename to concat.
a character array or string array or cell array of character vectors.
R = fullfile(part1, ... , partN) build full file name from parts.
fullfile([nelsonroot(), '/./toto'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET