full.path: Expand relative file path

Description Usage Arguments

Description

path is expanded relative to start, with any . being eliminated and any .. being treated as "go back one step". If path doesn't start with a . or .., start is ignored. Might be Windows-specific but probably fairly safe in general. NB that all separators in path and start must be "/".

Usage

1

Arguments

path

character(1)

start

character(1), defaulting to .


mvbutils documentation built on May 2, 2019, 8:32 a.m.

Related to full.path in mvbutils...