<< filesep Files and folders functions fullpath >>

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


fullfile([nelsonroot(), '/./toto'])

See also


fullpath.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< filesep Files and folders functions fullpath >>