Blender V4.3
BKE_autoexec.hh File Reference

Go to the source code of this file.

Functions

bool BKE_autoexec_match (const char *path)
 

Function Documentation

◆ BKE_autoexec_match()

bool BKE_autoexec_match ( const char * path)
Parameters
pathThe path to check against.
Returns
Success

Definition at line 27 of file autoexec.cc.

References BLI_assert, BLI_path_ncmp, bPathCompare::flag, bPathCompare::next, bPathCompare::path, USER_PATHCMP_GLOB, and USER_SCRIPT_AUTOEXEC_DISABLE.

Referenced by WM_file_autoexec_init(), and wm_open_mainfile_check().