fileparts {PopED}R 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(), randn(), rand(), size(), tic(), toc(), zeros()

Examples


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


[Package PopED version 0.6.0 Index]