Navigation

Operators and Keywords

Function List:

C++ API

: [dir, name, ext] = fileparts (filename)

Return the directory, name, and extension components of filename.

The input filename is a string which is parsed. There is no attempt to check whether the filename or directory specified actually exists.

See also: fullfile, filesep.

Package: octave