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