getFilename {utilitiesR}R Documentation

get the file name of a path not including the extension.

Description

get the file name of a path not including the extension.

Usage

  getFilename(fPath)

Arguments

fPath

the path to get the file name of

Value

The part of the file path from the last occuring '/', not including the extension.

See Also

Other file: createFilename, dir.browse, file.browse, getExtension, getUniqueFilename, makeIfNotExists


[Package utilitiesR version 1.6.2 Index]