/usr/share/freemat/help/text/fullfile.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | FULLFILE FULLFILE Build a Full Filename From Pieces
Usage
The fullfile routine constructs a full filename from a set of
pieces, namely, directory names and a filename. The syntax is:
x = fullfile(dir1,dir2,...,dirn,filename)
where each of the arguments are strings. The fullfile function
is equivalent to [dir1 dirsep dir2 dirsep ... dirn dirsep filename].
|