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