is_full_path: Test if full path

Description Usage Arguments Value Examples

Description

Test if full path

Usage

1

Arguments

x

string giving file/path name

Value

TRUE only when path starts with ~, /, \ or X: (i.e. when x is a full path), FALSE otherwise

Examples

1
2
3
4
5
## Not run: 
is_full_path('file.text.ext')
is_full_path('/path/to/file.text.ext')

## End(Not run)

Ollegst/MSDproject documentation built on May 23, 2019, 9:37 a.m.