is.dir: Is the given path a file or directory?

Description Usage Arguments Value Author(s)

Description

Is the given path a file or directory?

Usage

1
2
3
is.dir(path)

is.file(path)

Arguments

path

the path to a file or directory

Value

is.dir: “TRUE” if the path is a directory, “FALSE” otherwise

is.file: “TRUE” if the path is a file, “FALSE” otherwise

Author(s)

Mark Cowley


drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.