fileparts: MATLAB fileparts function

Description Usage Arguments Value Note See Also Examples

View source: R/fileparts.R

Description

Get the various parts of a file with path string.

Usage

1
fileparts(filename.with.path)

Arguments

filename.with.path

A string of a filename with a path

Value

A list with the following components:

pathname

The path name

filename

The file name

fileext

The file extension

Note

This is a modified version of the same function in the matlab R-package.

See Also

Other MATLAB: cell(), diag_matlab(), feval(), isempty(), ones(), randn(), rand(), size(), tic(), toc(), zeros()

Examples

1
fileparts("ggg/ttt/lll.R")

PopED documentation built on May 21, 2021, 5:08 p.m.