R = fullfile(part1, ... , partN)
| Parameter | Description |
|---|---|
| part1, ... , partN | a string or cell of string: filename to concat. |
| Parameter | Description |
|---|---|
| R | 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 |