powered by
Get the various parts of a file with path string.
fileparts(filename.with.path)
A string of a filename with a path
A list with the following components:
The path name
The file name
The file extension
Other MATLAB: cell, diag_matlab, feval, isempty, isfield, ones, randn, randperm, rand, size, tic, toc, zeros
cell
diag_matlab
feval
isempty
isfield
ones
randn
randperm
rand
size
tic
toc
zeros
# NOT RUN { fileparts("ggg/ttt/lll.R") # }
Run the code above in your browser using DataLab