R/functions.R
file_exists.Rd
Check if file exists.
file_exists(file_name)
A string.
A logical
This function has been auto-generated from the following Raylib function definition:
bool FileExists(const char * fileName);
Other exists functions: directory_exists()
directory_exists()
if (FALSE) { file_exists("file.png") }