R/functions.R
file_remove.Rd
Remove file (if exists).
file_remove(file_name)
A string.
An integer
This function has been auto-generated from the following Raylib function definition:
int FileRemove(const char * fileName);
Other remove functions: text_remove_spaces()
text_remove_spaces()
if (FALSE) { file_remove("file.png") }