Running `ee_utils_sak_copy("any file")` on a non existing file will still delivers a positive message that the file was successfully copied: ``` r library(rgee) reticulate::use_condaenv("~/programs/anaconda3/envs/ee") file.exists("any file") #> [1] FALSE ee_utils_sak_copy("any file") #> SaK copy successfully ``` <sup>Created on 2025-06-30 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>