isExisting.File: Checks if a file or a directory exists

Description Usage Details Value Author(s) See Also

Description

Checks if a file or a directory exists.

Usage

1
2
## S3 method for class 'File'
isExisting(this, ...)

Details

Since exists is a low level method in base, this method was named isExisting instead.

Value

Returns TRUE if the file or the directory was succesfully deleted, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

Internally file.exists() is used. For more information see File.


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.