fileparts: MATLAB fileparts function

View source: R/fileparts.R

filepartsR Documentation

MATLAB fileparts function

Description

Get the various parts of a file with path string.

Usage

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(), rand(), randn(), size(), tic(), toc(), zeros()

Examples


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


PopED documentation built on Oct. 8, 2024, 1:07 a.m.