Path, filename, extension of a file path
[path, fname, extension] = CL_fileparts(fullpath) value = CL_fileparts(fullpath, sel)
Returns the path, filename, extension of a file path.
Note:
Same as filepath, except that the separator at the end of the full path is ignored if it exists.
(string) Full path. (1xN)
(string, optional) selection : "path", "fname" or "extension". (1x1)
(string) Path of directory (1xN)
(string) Name of file (1xN)
(string) Extension of the file (1xN)
CNES - DCT/SB