file.exists.case.sensitive: Check if a file exists with exact case sensitivity

View source: R/peekds_validators.R

file.exists.case.sensitiveR Documentation

Check if a file exists with exact case sensitivity

Description

Check if a file exists with exact case sensitivity

Usage

file.exists.case.sensitive(...)

Arguments

...

character vectors, containing file paths

Value

logical value: TRUE if the file exists with the exact same case, FALSE otherwise

Examples

## Not run: 
exists <- file.exists.case.sensitive("path/to/image.jpg")

## End(Not run)


langcog/peekbankr documentation built on April 12, 2025, 2:46 p.m.