Skip to contents

Remove file (if exists).

Usage

file_remove(file_name)

Arguments

file_name

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int FileRemove(const char * fileName);

See also

Other remove functions: text_remove_spaces()

Examples

if (FALSE) {
file_remove("file.png")
}