Skip to contents

Check if a given path is a file or a directory.

Usage

is_path_file(path)

Arguments

path

A string.

Value

A logical

Note

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

bool IsPathFile(const char * path);

Examples

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