R/exiftoolPath.R

Defines functions exiftoolPath

Documented in exiftoolPath

exiftoolPath <- function(exiftoolDir){
  WPATH <- Sys.getenv("PATH")
  WPATH1 <- paste(exiftoolDir, WPATH, sep=";")
  Sys.setenv(PATH=WPATH1)
  return(invisible(grepl(exiftoolDir,  Sys.getenv("PATH"))))
}
carlopacioni/camtrapRdeluxe documentation built on Nov. 29, 2023, 3:37 a.m.