ezIsAbsolutePath: Is x an absolute file path?

View source: R/io.R

ezIsAbsolutePathR Documentation

Is x an absolute file path?

Description

Checks whether x is an absolute file path.

Usage

ezIsAbsolutePath(x)

Arguments

x

a character representing a file path to check.

Value

Returns TRUE if x starts with a /.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ezIsAbsolutePath("/absolutepath")

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.