Skip to contents

Check if file exists.

Usage

file_exists(file_name)

Arguments

file_name

A string.

Value

A logical

Note

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

bool FileExists(const char *fileName);