dir.exists: Utility for checking existence of a directory.

Description Usage Arguments Details Value Author(s) Examples

Description

Utility using a system interface to check whether a directory exists.

Usage

1
dir.exists(path)

Arguments

path

Character string.

Details

Uses system function to test if the directory specified by path exists.

Value

Returns TRUE or FALSE.

Author(s)

Charles Doss <cdoss@stat.washington.edu>,
http://www.stat.washington.edu/people/cdoss/

Examples

1
2
dir.exists("/") ## true (on *nix) 
dir.exists("~/") ## probably true

logcondens.mode documentation built on May 2, 2019, 8:26 a.m.